#CCE4DC

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

Shades of Iceberg #CCE4DC

Tints of Iceberg #CCE4DC

Color information

#CCE4DC (or 0xCCE4DC) is unknown color: approx Iceberg. HEX triplet: CC, E4 and DC. RGB value is (204,228,220). Sum of RGB (Red+Green+Blue) = 204+228+220=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4DC is #331B23. Grayscale: #DBDBDB. Windows color (decimal): -3349284 or 14476492. OLE color: 14476492.

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

Color convert

RGB204228220-
CMYK0.1100.040.11
HSL160º30.77%84.71%-
HSV(B)160º10.53%89.41%-
XYZ65.5673.4978.44-
YUV219.91128.05116.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 228 (89.45% from 255) = 34.97%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=31.29%
G=34.97%
B=33.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042282200.1100.040.1116030.7784.71
HexCCE4DCB04Ba01f55
Octal31434433413041324037125
Binary11001100111001001101110010110100101110100000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE4DC; }

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

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

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

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

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

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

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

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