Shades of Iceberg #CCE2D8
Tints of Iceberg #CCE2D8
RGB
CMYK
RGB Variations
Color information
#CCE2D8 (or 0xCCE2D8) is known color: Iceberg. HEX triplet: CC, E2 and D8. RGB value is (204,226,216). Sum of RGB (Red+Green+Blue) = 204+226+216=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2D8 is #331D27. Grayscale: #DADADA. Windows color (decimal): -3349800 or 14213836. OLE color: 14213836.
HSL color Cylindrical-coordinate representation of color #CCE2D8: hue angle of 152.73º 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 #CCE2D8 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 216 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.11 |
| HSL | 152.73º | 0.28% | 0.84% | - |
| HSV(B) | 152.73º | 0.1% | 0.89% | - |
| XYZ | 64.49 | 72.19 | 75.5 | - |
| YUV | 218.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 216 | 0.10 | 0 | 0.04 | 0.11 | 152.73 | 0.28 | 0.84 |
| Hex | CC | E2 | D8 | A | 0 | 4 | B | 99 | 1C | 54 |
| Octal | 314 | 342 | 330 | 12 | 0 | 4 | 13 | 231 | 34 | 124 |
| Binary | 11001100 | 11100010 | 11011000 | 1010 | 0 | 100 | 1011 | 10011001 | 11100 | 1010100 |
Color Harmonies of #CCE2D8
Complementary color
Monochromatic Colors of #CCE2D8
Black with #CCE2D8
Text Example
Text Example
White with #CCE2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2D8; }
p { color: rgb(204,226,216); }
H1.HeaderClassName
{
color: #CCE2D8;
}
.AnyTagClassName
{
color: #CCE2D8;
}
</style>
background-color css
<style>
a { background-color: #CCE2D8; }
a { background-color: rgb(204,226,216); }
div.DivClassName
{
background-color: #CCE2D8;
}
.BgClassName
{
background-color: #CCE2D8;
}
</style>
border-color css
<style>
span { border-color: #CCE2D8; }
span { border-color: rgb(204,226,216); }
td.TdClassName
{
border-color: #CCE2D8;
}
.TagClassName
{
border-color: #CCE2D8;
}
</style>