Shades of Iceberg #CCE0D6
Tints of Iceberg #CCE0D6
RGB
CMYK
RGB Variations
Color information
#CCE0D6 (or 0xCCE0D6) is known color: Iceberg. HEX triplet: CC, E0 and D6. RGB value is (204,224,214). Sum of RGB (Red+Green+Blue) = 204+224+214=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0D6 is #331F29. Grayscale: #D8D8D8. Windows color (decimal): -3350314 or 14082252. OLE color: 14082252.
HSL color Cylindrical-coordinate representation of color #CCE0D6: hue angle of 150º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCE0D6 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 214 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.12 |
| HSL | 150º | 0.24% | 0.84% | - |
| HSV(B) | 150º | 0.09% | 0.88% | - |
| XYZ | 63.7 | 71 | 73.97 | - |
| YUV | 216.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 214 | 0.09 | 0 | 0.04 | 0.12 | 150 | 0.24 | 0.84 |
| Hex | CC | E0 | D6 | 9 | 0 | 4 | C | 96 | 18 | 54 |
| Octal | 314 | 340 | 326 | 11 | 0 | 4 | 14 | 226 | 30 | 124 |
| Binary | 11001100 | 11100000 | 11010110 | 1001 | 0 | 100 | 1100 | 10010110 | 11000 | 1010100 |
Color Harmonies of #CCE0D6
Complementary color
Monochromatic Colors of #CCE0D6
Black with #CCE0D6
Text Example
Text Example
White with #CCE0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0D6; }
p { color: rgb(204,224,214); }
H1.HeaderClassName
{
color: #CCE0D6;
}
.AnyTagClassName
{
color: #CCE0D6;
}
</style>
background-color css
<style>
a { background-color: #CCE0D6; }
a { background-color: rgb(204,224,214); }
div.DivClassName
{
background-color: #CCE0D6;
}
.BgClassName
{
background-color: #CCE0D6;
}
</style>
border-color css
<style>
span { border-color: #CCE0D6; }
span { border-color: rgb(204,224,214); }
td.TdClassName
{
border-color: #CCE0D6;
}
.TagClassName
{
border-color: #CCE0D6;
}
</style>