Shades of Iceberg #CCE1DC
Tints of Iceberg #CCE1DC
RGB
CMYK
RGB Variations
Color information
#CCE1DC (or 0xCCE1DC) is known color: Iceberg. HEX triplet: CC, E1 and DC. RGB value is (204,225,220). Sum of RGB (Red+Green+Blue) = 204+225+220=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1DC is #331E23. Grayscale: #DADADA. Windows color (decimal): -3350052 or 14475724. OLE color: 14475724.
HSL color Cylindrical-coordinate representation of color #CCE1DC: hue angle of 165.71º degrees, saturation: 0.26, 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 #CCE1DC is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 220 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.12 |
| HSL | 165.71º | 0.26% | 0.84% | - |
| HSV(B) | 165.71º | 0.09% | 0.88% | - |
| XYZ | 64.75 | 71.86 | 78.17 | - |
| YUV | 218.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 220 | 0.09 | 0 | 0.02 | 0.12 | 165.71 | 0.26 | 0.84 |
| Hex | CC | E1 | DC | 9 | 0 | 2 | C | A6 | 1A | 54 |
| Octal | 314 | 341 | 334 | 11 | 0 | 2 | 14 | 246 | 32 | 124 |
| Binary | 11001100 | 11100001 | 11011100 | 1001 | 0 | 10 | 1100 | 10100110 | 11010 | 1010100 |
Color Harmonies of #CCE1DC
Complementary color
Monochromatic Colors of #CCE1DC
Black with #CCE1DC
Text Example
Text Example
White with #CCE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE1DC; }
p { color: rgb(204,225,220); }
H1.HeaderClassName
{
color: #CCE1DC;
}
.AnyTagClassName
{
color: #CCE1DC;
}
</style>
background-color css
<style>
a { background-color: #CCE1DC; }
a { background-color: rgb(204,225,220); }
div.DivClassName
{
background-color: #CCE1DC;
}
.BgClassName
{
background-color: #CCE1DC;
}
</style>
border-color css
<style>
span { border-color: #CCE1DC; }
span { border-color: rgb(204,225,220); }
td.TdClassName
{
border-color: #CCE1DC;
}
.TagClassName
{
border-color: #CCE1DC;
}
</style>