Shades of Iceberg #CCE5DE
Tints of Iceberg #CCE5DE
RGB
CMYK
RGB Variations
Color information
#CCE5DE (or 0xCCE5DE) is known color: Iceberg. HEX triplet: CC, E5 and DE. RGB value is (204,229,222). Sum of RGB (Red+Green+Blue) = 204+229+222=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5DE is #331A21. Grayscale: #DCDCDC. Windows color (decimal): -3349026 or 14607820. OLE color: 14607820.
HSL color Cylindrical-coordinate representation of color #CCE5DE: hue angle of 163.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 #CCE5DE is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 222 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.10 |
| HSL | 163.2º | 0.32% | 0.85% | - |
| HSV(B) | 163.2º | 0.11% | 0.9% | - |
| XYZ | 66.11 | 74.15 | 79.94 | - |
| YUV | 220.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 222 | 0.11 | 0 | 0.03 | 0.10 | 163.2 | 0.32 | 0.85 |
| Hex | CC | E5 | DE | B | 0 | 3 | A | A3 | 20 | 55 |
| Octal | 314 | 345 | 336 | 13 | 0 | 3 | 12 | 243 | 40 | 125 |
| Binary | 11001100 | 11100101 | 11011110 | 1011 | 0 | 11 | 1010 | 10100011 | 100000 | 1010101 |
Color Harmonies of #CCE5DE
Complementary color
Monochromatic Colors of #CCE5DE
Black with #CCE5DE
Text Example
Text Example
White with #CCE5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5DE; }
p { color: rgb(204,229,222); }
H1.HeaderClassName
{
color: #CCE5DE;
}
.AnyTagClassName
{
color: #CCE5DE;
}
</style>
background-color css
<style>
a { background-color: #CCE5DE; }
a { background-color: rgb(204,229,222); }
div.DivClassName
{
background-color: #CCE5DE;
}
.BgClassName
{
background-color: #CCE5DE;
}
</style>
border-color css
<style>
span { border-color: #CCE5DE; }
span { border-color: rgb(204,229,222); }
td.TdClassName
{
border-color: #CCE5DE;
}
.TagClassName
{
border-color: #CCE5DE;
}
</style>