Color Hex Logo

#ccdde2 Color Hex

#CCDDE2
(204,221,226)
2 Favorites   0 Comments

Color spaces of #ccdde2

RGB 204221226
HSL0.540.280.84
HSV194°10°89°
CMYK 0.100.020.00   0.11
XYZ64.485870.041382.0721
Yxy70.04130.29770.3234
Hunter Lab83.6907-8.91990.4401
CIE-Lab87.0171-4.6880-4.3998

#ccdde2 color RGB value is (204,221,226).

#ccdde2 hex color red value is 204, green value is 221 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #ccdde2 hue: 0.54 , saturation: 0.28 and the lightness value of ccdde2 is 0.84.

The process color (four color CMYK) of #ccdde2 color hex is 0.10, 0.02, 0.00, 0.11. Web safe color of #ccdde2 is #cccccc. Color #ccdde2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 11100010
Octal 314 335 342
Decimal 204 221 226
Hex CC DD E2

RGB Percentages of Color #ccdde2

%31.34
%33.95
%34.72

CMYK Percentages of Color #ccdde2

%10
%2
%0
%11

Triadic Colors of #ccdde2

#ccdde2 #e2ccdd #dde2cc

Analogous Colors of #ccdde2

#ccdde2 #ccd2e2 #cce2dc

Monochromatic Colors of #ccdde2

#ccdde2

Complementary Color

#ccdde2 #e2d1cc

#ccdde2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdde2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdde2 Color CSS Codes

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

#ccdde2 Text Font Color

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

This sample text font color is #ccdde2
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.


#ccdde2 Background Color

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

This div background color is #ccdde2


#ccdde2 Border Color

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

This div border color is #ccdde2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdde2


Comments

No comments written yet.

Please login to write comment.