#CCE2DC

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

Shades of Iceberg #CCE2DC

Tints of Iceberg #CCE2DC

Color information

#CCE2DC (or 0xCCE2DC) is unknown color: approx Iceberg. HEX triplet: CC, E2 and DC. RGB value is (204,226,220). Sum of RGB (Red+Green+Blue) = 204+226+220=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2DC is #331D23. Grayscale: #DADADA. Windows color (decimal): -3349796 or 14475980. OLE color: 14475980.

HSL color Cylindrical-coordinate representation of color #CCE2DC: hue angle of 163.64º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE2DC is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB204226220-
CMYK0.1000.030.11
HSL163.64º27.5%84.31%-
HSV(B)163.64º9.73%88.63%-
XYZ65.0272.478.26-
YUV218.74128.71117.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=31.38%
G=34.77%
B=33.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042262200.1000.030.11163.6427.584.31
HexCCE2DCA03Ba41c54
Octal31434233412031324434124
Binary1100110011100010110111001010011101110100100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2DC; }

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

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

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

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

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

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

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

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