Shades of Iceberg #CCE6DC
Tints of Iceberg #CCE6DC
RGB
CMYK
RGB Variations
Color information
#CCE6DC (or 0xCCE6DC) is known color: Iceberg. HEX triplet: CC, E6 and DC. RGB value is (204,230,220). Sum of RGB (Red+Green+Blue) = 204+230+220=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6DC is #331923. Grayscale: #DDDDDD. Windows color (decimal): -3348772 or 14477004. OLE color: 14477004.
HSL color Cylindrical-coordinate representation of color #CCE6DC: hue angle of 156.92º degrees, saturation: 0.34, 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 #CCE6DC is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 220 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.10 |
| HSL | 156.92º | 0.34% | 0.85% | - |
| HSV(B) | 156.92º | 0.11% | 0.9% | - |
| XYZ | 66.12 | 74.6 | 78.62 | - |
| YUV | 221.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 220 | 0.11 | 0 | 0.04 | 0.10 | 156.92 | 0.34 | 0.85 |
| Hex | CC | E6 | DC | B | 0 | 4 | A | 9D | 22 | 55 |
| Octal | 314 | 346 | 334 | 13 | 0 | 4 | 12 | 235 | 42 | 125 |
| Binary | 11001100 | 11100110 | 11011100 | 1011 | 0 | 100 | 1010 | 10011101 | 100010 | 1010101 |
Color Harmonies of #CCE6DC
Complementary color
Monochromatic Colors of #CCE6DC
Black with #CCE6DC
Text Example
Text Example
White with #CCE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6DC; }
p { color: rgb(204,230,220); }
H1.HeaderClassName
{
color: #CCE6DC;
}
.AnyTagClassName
{
color: #CCE6DC;
}
</style>
background-color css
<style>
a { background-color: #CCE6DC; }
a { background-color: rgb(204,230,220); }
div.DivClassName
{
background-color: #CCE6DC;
}
.BgClassName
{
background-color: #CCE6DC;
}
</style>
border-color css
<style>
span { border-color: #CCE6DC; }
span { border-color: rgb(204,230,220); }
td.TdClassName
{
border-color: #CCE6DC;
}
.TagClassName
{
border-color: #CCE6DC;
}
</style>