Shades of Iceberg #CCE2DC
Tints of Iceberg #CCE2DC
RGB
CMYK
RGB Variations
Color information
#CCE2DC (or 0xCCE2DC) is known color: Iceberg. HEX triplet: CC, E2 and DC. RGB value is (204,226,220). Sum of RGB (Red+Green+Blue) = 204+226+220=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2DC is #331D23. Grayscale: #DADADA. Windows color (decimal): -3349796 or 14475980. OLE color: 14475980.
HSL color Cylindrical-coordinate representation of color #CCE2DC: hue angle of 163.64º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE2DC is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 220 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.11 |
| HSL | 163.64º | 0.28% | 0.84% | - |
| HSV(B) | 163.64º | 0.1% | 0.89% | - |
| XYZ | 65.02 | 72.4 | 78.26 | - |
| YUV | 218.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 220 | 0.10 | 0 | 0.03 | 0.11 | 163.64 | 0.28 | 0.84 |
| Hex | CC | E2 | DC | A | 0 | 3 | B | A4 | 1C | 54 |
| Octal | 314 | 342 | 334 | 12 | 0 | 3 | 13 | 244 | 34 | 124 |
| Binary | 11001100 | 11100010 | 11011100 | 1010 | 0 | 11 | 1011 | 10100100 | 11100 | 1010100 |
Color Harmonies of #CCE2DC
Complementary color
Monochromatic Colors of #CCE2DC
Black with #CCE2DC
Text Example
Text Example
White with #CCE2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2DC; }
p { color: rgb(204,226,220); }
H1.HeaderClassName
{
color: #CCE2DC;
}
.AnyTagClassName
{
color: #CCE2DC;
}
</style>
background-color css
<style>
a { background-color: #CCE2DC; }
a { background-color: rgb(204,226,220); }
div.DivClassName
{
background-color: #CCE2DC;
}
.BgClassName
{
background-color: #CCE2DC;
}
</style>
border-color css
<style>
span { border-color: #CCE2DC; }
span { border-color: rgb(204,226,220); }
td.TdClassName
{
border-color: #CCE2DC;
}
.TagClassName
{
border-color: #CCE2DC;
}
</style>