Color Hex Logo

#ccdcce Color Hex

#CCDCCE
(204,220,206)
0 Favorites   0 Comments

Color spaces of #ccdcce

RGB 204220206
HSL0.350.190.83
HSV128°86°
CMYK 0.070.000.06   0.14
XYZ61.635668.480068.3619
Yxy68.48000.31050.3450
Hunter Lab82.7526-11.86728.9474
CIE-Lab86.2459-7.93455.0292

#ccdcce color RGB value is (204,220,206).

#ccdcce hex color red value is 204, green value is 220 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ccdcce hue: 0.35 , saturation: 0.19 and the lightness value of ccdcce is 0.83.

The process color (four color CMYK) of #ccdcce color hex is 0.07, 0.00, 0.06, 0.14. Web safe color of #ccdcce is #cccccc. Color #ccdcce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011100 11001110
Octal 314 334 316
Decimal 204 220 206
Hex CC DC CE

RGB Percentages of Color #ccdcce

%32.38
%34.92
%32.70

CMYK Percentages of Color #ccdcce

%7
%0
%6
%14

Triadic Colors of #ccdcce

#ccdcce #ceccdc #dccecc

Analogous Colors of #ccdcce

#ccdcce #ccdcd6 #d2dccc

Monochromatic Colors of #ccdcce

#ccdcce

Complementary Color

#ccdcce #dcccda

#ccdcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdcce Color CSS Codes

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

#ccdcce Text Font Color

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

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


#ccdcce Background Color

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

This div background color is #ccdcce


#ccdcce Border Color

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

This div border color is #ccdcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdcce


Comments

No comments written yet.

Please login to write comment.