#CCE5DB

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

Shades of Iceberg #CCE5DB

Tints of Iceberg #CCE5DB

Color information

#CCE5DB (or 0xCCE5DB) is unknown color: approx Iceberg. HEX triplet: CC, E5 and DB. RGB value is (204,229,219). Sum of RGB (Red+Green+Blue) = 204+229+219=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5DB is #331A24. Grayscale: #DCDCDC. Windows color (decimal): -3349029 or 14411212. OLE color: 14411212.

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

Color convert

RGB204229219-
CMYK0.1100.040.10
HSL156º32.47%84.9%-
HSV(B)156º10.92%89.8%-
XYZ65.7173.9977.84-
YUV220.38127.22116.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 229 (89.84% from 255) = 35.12%
BLUE value IS 219 (85.94% from 255) = 33.59%
R=31.29%
G=35.12%
B=33.59%

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
Decimal2042292190.1100.040.1015632.4784.9
HexCCE5DBB04A9c2055
Octal31434533313041223440125
Binary110011001110010111011011101101001010100111001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5DB; }

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

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

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

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

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

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

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

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