Shades of Iceberg #CCE0D7
Tints of Iceberg #CCE0D7
RGB
CMYK
RGB Variations
Color information
#CCE0D7 (or 0xCCE0D7) is known color: Iceberg. HEX triplet: CC, E0 and D7. RGB value is (204,224,215). Sum of RGB (Red+Green+Blue) = 204+224+215=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 224 (87.89% from 255 or 34.84% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0D7 is #331F28. Grayscale: #D9D9D9. Windows color (decimal): -3350313 or 14147788. OLE color: 14147788.
HSL color Cylindrical-coordinate representation of color #CCE0D7: hue angle of 153º 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 #CCE0D7 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 215 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.12 |
| HSL | 153º | 0.24% | 0.84% | - |
| HSV(B) | 153º | 0.09% | 0.88% | - |
| XYZ | 63.82 | 71.05 | 74.64 | - |
| YUV | 216.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 215 | 0.09 | 0 | 0.04 | 0.12 | 153 | 0.24 | 0.84 |
| Hex | CC | E0 | D7 | 9 | 0 | 4 | C | 99 | 18 | 54 |
| Octal | 314 | 340 | 327 | 11 | 0 | 4 | 14 | 231 | 30 | 124 |
| Binary | 11001100 | 11100000 | 11010111 | 1001 | 0 | 100 | 1100 | 10011001 | 11000 | 1010100 |
Color Harmonies of #CCE0D7
Complementary color
Monochromatic Colors of #CCE0D7
Black with #CCE0D7
Text Example
Text Example
White with #CCE0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0D7; }
p { color: rgb(204,224,215); }
H1.HeaderClassName
{
color: #CCE0D7;
}
.AnyTagClassName
{
color: #CCE0D7;
}
</style>
background-color css
<style>
a { background-color: #CCE0D7; }
a { background-color: rgb(204,224,215); }
div.DivClassName
{
background-color: #CCE0D7;
}
.BgClassName
{
background-color: #CCE0D7;
}
</style>
border-color css
<style>
span { border-color: #CCE0D7; }
span { border-color: rgb(204,224,215); }
td.TdClassName
{
border-color: #CCE0D7;
}
.TagClassName
{
border-color: #CCE0D7;
}
</style>