#CCE5DC

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

Shades of Iceberg #CCE5DC

Tints of Iceberg #CCE5DC

Color information

#CCE5DC (or 0xCCE5DC) is unknown color: approx Iceberg. HEX triplet: CC, E5 and DC. RGB value is (204,229,220). Sum of RGB (Red+Green+Blue) = 204+229+220=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5DC is #331A23. Grayscale: #DCDCDC. Windows color (decimal): -3349028 or 14476748. OLE color: 14476748.

HSL color Cylindrical-coordinate representation of color #CCE5DC: hue angle of 158.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE5DC is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB204229220-
CMYK0.1100.040.10
HSL158.4º32.47%84.9%-
HSV(B)158.4º10.92%89.8%-
XYZ65.8474.0478.53-
YUV220.5127.72116.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 229 (89.84% from 255) = 35.07%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=31.24%
G=35.07%
B=33.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042292200.1100.040.10158.432.4784.9
HexCCE5DCB04A9e2055
Octal31434533413041223640125
Binary110011001110010111011100101101001010100111101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5DC; }

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

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

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

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

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

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

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

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