#CCE2DB

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

Shades of Iceberg #CCE2DB

Tints of Iceberg #CCE2DB

Color information

#CCE2DB (or 0xCCE2DB) is unknown color: approx Iceberg. HEX triplet: CC, E2 and DB. RGB value is (204,226,219). Sum of RGB (Red+Green+Blue) = 204+226+219=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2DB is #331D24. Grayscale: #DADADA. Windows color (decimal): -3349797 or 14410444. OLE color: 14410444.

HSL color Cylindrical-coordinate representation of color #CCE2DB: hue angle of 160.91º 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 #CCE2DB is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB204226219-
CMYK0.1000.030.11
HSL160.91º27.5%84.31%-
HSV(B)160.91º9.73%88.63%-
XYZ64.8872.3477.56-
YUV218.62128.21117.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.43%
GREEN value IS 226 (88.67% from 255) = 34.82%
BLUE value IS 219 (85.94% from 255) = 33.74%
R=31.43%
G=34.82%
B=33.74%

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
Decimal2042262190.1000.030.11160.9127.584.31
HexCCE2DBA03Ba11c54
Octal31434233312031324134124
Binary1100110011100010110110111010011101110100001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2DB; }

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

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

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

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

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

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

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

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