Color Hex Logo

#ccddf6 Color Hex

#CCDDF6
(204,221,246)
0 Favorites   0 Comments

Color spaces of #ccddf6

RGB 204221246
HSL0.600.700.88
HSV216°17°96°
CMYK 0.170.100.00   0.04
XYZ67.392871.204197.3806
Yxy71.20410.28560.3017
Hunter Lab84.3825-5.1089-9.3551
CIE-Lab87.5841-0.6267-14.1004

#ccddf6 color RGB value is (204,221,246).

#ccddf6 hex color red value is 204, green value is 221 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #ccddf6 hue: 0.60 , saturation: 0.70 and the lightness value of ccddf6 is 0.88.

The process color (four color CMYK) of #ccddf6 color hex is 0.17, 0.10, 0.00, 0.04. Web safe color of #ccddf6 is #ccccff. Color #ccddf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 11110110
Octal 314 335 366
Decimal 204 221 246
Hex CC DD F6

RGB Percentages of Color #ccddf6

%30.40
%32.94
%36.66

CMYK Percentages of Color #ccddf6

%17
%10
%0
%4

Triadic Colors of #ccddf6

#ccddf6 #f6ccdd #ddf6cc

Analogous Colors of #ccddf6

#ccddf6 #d0ccf6 #ccf2f6

Monochromatic Colors of #ccddf6

#ccddf6

Complementary Color

#ccddf6 #f6e5cc

#ccddf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccddf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccddf6 Color CSS Codes

.mybgcolor {background-color:#ccddf6; } 
.myforecolor {color:#ccddf6; }
.mybordercolor {border:3px solid #ccddf6; }

#ccddf6 Text Font Color

<p style="color:#ccddf6">Text here</p>

This sample text font color is #ccddf6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ccddf6 Background Color

<div style="background-color:#ccddf6">
Div content here</div>

This div background color is #ccddf6


#ccddf6 Border Color

<div style="border:3px solid #ccddf6">
Div here</div>

This div border color is #ccddf6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,221,246, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccddf6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccddf6;
  -webkit-box-shadow: 1px 1px 3px 2px #ccddf6;
  box-shadow:         1px 1px 3px 2px #ccddf6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,221,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ccddf6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ccddf6;
  -webkit-box-shadow: 1px 1px 3px 2px #ccddf6;
  box-shadow:         1px 1px 3px 2px #ccddf6;">
Div content here</div>

This div box has shadow with color #ccddf6


Comments

No comments written yet.

Please login to write comment.