Shades of Iceberg #CCE5DA
Tints of Iceberg #CCE5DA
RGB
CMYK
RGB Variations
Color information
#CCE5DA (or 0xCCE5DA) is known color: Iceberg. HEX triplet: CC, E5 and DA. RGB value is (204,229,218). Sum of RGB (Red+Green+Blue) = 204+229+218=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 229 (89.84% from 255 or 35.18% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5DA is #331A25. Grayscale: #DCDCDC. Windows color (decimal): -3349030 or 14345676. OLE color: 14345676.
HSL color Cylindrical-coordinate representation of color #CCE5DA: hue angle of 153.6º 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 #CCE5DA is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 229 | 218 | - |
CMYK | 0.11 | 0 | 0.05 | 0.10 |
HSL | 153.6º | 0.32% | 0.85% | - |
HSV(B) | 153.6º | 0.11% | 0.9% | - |
XYZ | 65.58 | 73.94 | 77.14 | - |
YUV | 220.27 | 126.72 | 116.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 229 | 218 | 0.11 | 0 | 0.05 | 0.10 | 153.6 | 0.32 | 0.85 |
Hex | CC | E5 | DA | B | 0 | 5 | A | 9A | 20 | 55 |
Octal | 314 | 345 | 332 | 13 | 0 | 5 | 12 | 232 | 40 | 125 |
Binary | 11001100 | 11100101 | 11011010 | 1011 | 0 | 101 | 1010 | 10011010 | 100000 | 1010101 |
Color Harmonies of #CCE5DA
Complementary color
Monochromatic Colors of #CCE5DA
Black with #CCE5DA
Text Example
Text Example
White with #CCE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5DA; }
p { color: rgb(204,229,218); }
H1.HeaderClassName
{
color: #CCE5DA;
}
.AnyTagClassName
{
color: #CCE5DA;
}
</style>
background-color css
<style>
a { background-color: #CCE5DA; }
a { background-color: rgb(204,229,218); }
div.DivClassName
{
background-color: #CCE5DA;
}
.BgClassName
{
background-color: #CCE5DA;
}
</style>
border-color css
<style>
span { border-color: #CCE5DA; }
span { border-color: rgb(204,229,218); }
td.TdClassName
{
border-color: #CCE5DA;
}
.TagClassName
{
border-color: #CCE5DA;
}
</style>