Shades of Iceberg #CCE5D9
Tints of Iceberg #CCE5D9
RGB
CMYK
RGB Variations
Color information
#CCE5D9 (or 0xCCE5D9) is known color: Iceberg. HEX triplet: CC, E5 and D9. RGB value is (204,229,217). Sum of RGB (Red+Green+Blue) = 204+229+217=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5D9 is #331A26. Grayscale: #DCDCDC. Windows color (decimal): -3349031 or 14280140. OLE color: 14280140.
HSL color Cylindrical-coordinate representation of color #CCE5D9: hue angle of 151.2º 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 #CCE5D9 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 229 | 217 | - |
CMYK | 0.11 | 0 | 0.05 | 0.10 |
HSL | 151.2º | 0.32% | 0.85% | - |
HSV(B) | 151.2º | 0.11% | 0.9% | - |
XYZ | 65.45 | 73.89 | 76.46 | - |
YUV | 220.16 | 126.22 | 116.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 229 | 217 | 0.11 | 0 | 0.05 | 0.10 | 151.2 | 0.32 | 0.85 |
Hex | CC | E5 | D9 | B | 0 | 5 | A | 97 | 20 | 55 |
Octal | 314 | 345 | 331 | 13 | 0 | 5 | 12 | 227 | 40 | 125 |
Binary | 11001100 | 11100101 | 11011001 | 1011 | 0 | 101 | 1010 | 10010111 | 100000 | 1010101 |
Color Harmonies of #CCE5D9
Complementary color
Monochromatic Colors of #CCE5D9
Black with #CCE5D9
Text Example
Text Example
White with #CCE5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5D9; }
p { color: rgb(204,229,217); }
H1.HeaderClassName
{
color: #CCE5D9;
}
.AnyTagClassName
{
color: #CCE5D9;
}
</style>
background-color css
<style>
a { background-color: #CCE5D9; }
a { background-color: rgb(204,229,217); }
div.DivClassName
{
background-color: #CCE5D9;
}
.BgClassName
{
background-color: #CCE5D9;
}
</style>
border-color css
<style>
span { border-color: #CCE5D9; }
span { border-color: rgb(204,229,217); }
td.TdClassName
{
border-color: #CCE5D9;
}
.TagClassName
{
border-color: #CCE5D9;
}
</style>