#CCE4DB

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

Shades of Iceberg #CCE4DB

Tints of Iceberg #CCE4DB

Color information

#CCE4DB (or 0xCCE4DB) is unknown color: approx Iceberg. HEX triplet: CC, E4 and DB. RGB value is (204,228,219). Sum of RGB (Red+Green+Blue) = 204+228+219=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4DB is #331B24. Grayscale: #DBDBDB. Windows color (decimal): -3349285 or 14410956. OLE color: 14410956.

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

Color convert

RGB204228219-
CMYK0.1100.040.11
HSL157.5º30.77%84.71%-
HSV(B)157.5º10.53%89.41%-
XYZ65.4373.4477.74-
YUV219.8127.55116.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 228 (89.45% from 255) = 35.02%
BLUE value IS 219 (85.94% from 255) = 33.64%
R=31.34%
G=35.02%
B=33.64%

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
Decimal2042282190.1100.040.11157.530.7784.71
HexCCE4DBB04B9e1f55
Octal31434433313041323637125
Binary11001100111001001101101110110100101110011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE4DB; }

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

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

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

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

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

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

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

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