#CCE1DC

Color #CCE1DC Iceberg (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iceberg #CCE1DC

Tints of Iceberg #CCE1DC

Color information

#CCE1DC (or 0xCCE1DC) is unknown color: approx Iceberg. HEX triplet: CC, E1 and DC. RGB value is (204,225,220). Sum of RGB (Red+Green+Blue) = 204+225+220=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1DC is #331E23. Grayscale: #DADADA. Windows color (decimal): -3350052 or 14475724. OLE color: 14475724.

HSL color Cylindrical-coordinate representation of color #CCE1DC: hue angle of 165.71º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCE1DC is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB204225220-
CMYK0.0900.020.12
HSL165.71º25.93%84.12%-
HSV(B)165.71º9.33%88.24%-
XYZ64.7571.8678.17-
YUV218.15129.04117.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 31.43%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 220 (86.33% from 255) = 33.90%
R=31.43%
G=34.67%
B=33.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042252200.0900.020.12165.7125.9384.12
HexCCE1DC902Ca61a54
Octal31434133411021424632124
Binary1100110011100001110111001001010110010100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1DC; }

 p { color: rgb(204,225,220); }

 H1.HeaderClassName
 {
   color: #CCE1DC;
 }
 .AnyTagClassName
 {
   color: #CCE1DC;
 }
</style>
background-color css

<style>
 a { background-color: #CCE1DC; }

 a { background-color: rgb(204,225,220); }

 div.DivClassName
 {
   background-color: #CCE1DC;
 }
 .BgClassName
 {
   background-color: #CCE1DC;
 }
</style>
border-color css

<style>
 span { border-color: #CCE1DC; }

 span { border-color: rgb(204,225,220); }

 td.TdClassName
 {
   border-color: #CCE1DC;
 }
 .TagClassName
 {
   border-color: #CCE1DC;
 }
</style>