Color Hex Logo

#ccdde7 Color Hex

#CCDDE7
(204,221,231)
0 Favorites   0 Comments

Color spaces of #ccdde7

RGB 204221231
HSL0.560.360.85
HSV202°12°91°
CMYK 0.120.040.00   0.09
XYZ65.182170.319885.7389
Yxy70.31980.29460.3178
Hunter Lab83.8569-8.0013-1.9208
CIE-Lab87.1535-3.7001-6.8360

#ccdde7 color RGB value is (204,221,231).

#ccdde7 hex color red value is 204, green value is 221 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #ccdde7 hue: 0.56 , saturation: 0.36 and the lightness value of ccdde7 is 0.85.

The process color (four color CMYK) of #ccdde7 color hex is 0.12, 0.04, 0.00, 0.09. Web safe color of #ccdde7 is #ccccff. Color #ccdde7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 11100111
Octal 314 335 347
Decimal 204 221 231
Hex CC DD E7

RGB Percentages of Color #ccdde7

%31.10
%33.69
%35.21

CMYK Percentages of Color #ccdde7

%12
%4
%0
%9

Triadic Colors of #ccdde7

#ccdde7 #e7ccdd #dde7cc

Analogous Colors of #ccdde7

#ccdde7 #ccd0e7 #cce7e4

Monochromatic Colors of #ccdde7

#ccdde7

Complementary Color

#ccdde7 #e7d6cc

#ccdde7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdde7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdde7 Color CSS Codes

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

#ccdde7 Text Font Color

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

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


#ccdde7 Background Color

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

This div background color is #ccdde7


#ccdde7 Border Color

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

This div border color is #ccdde7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdde7


Comments

No comments written yet.

Please login to write comment.