Shades of Iceberg #CCE0DB
Tints of Iceberg #CCE0DB
RGB
CMYK
RGB Variations
Color information
#CCE0DB (or 0xCCE0DB) is known color: Iceberg. HEX triplet: CC, E0 and DB. RGB value is (204,224,219). Sum of RGB (Red+Green+Blue) = 204+224+219=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0DB is #331F24. Grayscale: #D9D9D9. Windows color (decimal): -3350309 or 14409932. OLE color: 14409932.
HSL color Cylindrical-coordinate representation of color #CCE0DB: hue angle of 165º 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 #CCE0DB is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 219 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.12 |
| HSL | 165º | 0.24% | 0.84% | - |
| HSV(B) | 165º | 0.09% | 0.88% | - |
| XYZ | 64.34 | 71.26 | 77.38 | - |
| YUV | 217.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 219 | 0.09 | 0 | 0.02 | 0.12 | 165 | 0.24 | 0.84 |
| Hex | CC | E0 | DB | 9 | 0 | 2 | C | A5 | 18 | 54 |
| Octal | 314 | 340 | 333 | 11 | 0 | 2 | 14 | 245 | 30 | 124 |
| Binary | 11001100 | 11100000 | 11011011 | 1001 | 0 | 10 | 1100 | 10100101 | 11000 | 1010100 |
Color Harmonies of #CCE0DB
Complementary color
Monochromatic Colors of #CCE0DB
Black with #CCE0DB
Text Example
Text Example
White with #CCE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0DB; }
p { color: rgb(204,224,219); }
H1.HeaderClassName
{
color: #CCE0DB;
}
.AnyTagClassName
{
color: #CCE0DB;
}
</style>
background-color css
<style>
a { background-color: #CCE0DB; }
a { background-color: rgb(204,224,219); }
div.DivClassName
{
background-color: #CCE0DB;
}
.BgClassName
{
background-color: #CCE0DB;
}
</style>
border-color css
<style>
span { border-color: #CCE0DB; }
span { border-color: rgb(204,224,219); }
td.TdClassName
{
border-color: #CCE0DB;
}
.TagClassName
{
border-color: #CCE0DB;
}
</style>