Shades of Iceberg #CCE3DC
Tints of Iceberg #CCE3DC
RGB
CMYK
RGB Variations
Color information
#CCE3DC (or 0xCCE3DC) is known color: Iceberg. HEX triplet: CC, E3 and DC. RGB value is (204,227,220). Sum of RGB (Red+Green+Blue) = 204+227+220=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE3DC is #331C23. Grayscale: #DBDBDB. Windows color (decimal): -3349540 or 14476236. OLE color: 14476236.
HSL color Cylindrical-coordinate representation of color #CCE3DC: hue angle of 161.74º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE3DC is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 220 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.11 |
| HSL | 161.74º | 0.29% | 0.85% | - |
| HSV(B) | 161.74º | 0.1% | 0.89% | - |
| XYZ | 65.29 | 72.94 | 78.35 | - |
| YUV | 219.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 220 | 0.10 | 0 | 0.03 | 0.11 | 161.74 | 0.29 | 0.85 |
| Hex | CC | E3 | DC | A | 0 | 3 | B | A2 | 1D | 55 |
| Octal | 314 | 343 | 334 | 12 | 0 | 3 | 13 | 242 | 35 | 125 |
| Binary | 11001100 | 11100011 | 11011100 | 1010 | 0 | 11 | 1011 | 10100010 | 11101 | 1010101 |
Color Harmonies of #CCE3DC
Complementary color
Monochromatic Colors of #CCE3DC
Black with #CCE3DC
Text Example
Text Example
White with #CCE3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3DC; }
p { color: rgb(204,227,220); }
H1.HeaderClassName
{
color: #CCE3DC;
}
.AnyTagClassName
{
color: #CCE3DC;
}
</style>
background-color css
<style>
a { background-color: #CCE3DC; }
a { background-color: rgb(204,227,220); }
div.DivClassName
{
background-color: #CCE3DC;
}
.BgClassName
{
background-color: #CCE3DC;
}
</style>
border-color css
<style>
span { border-color: #CCE3DC; }
span { border-color: rgb(204,227,220); }
td.TdClassName
{
border-color: #CCE3DC;
}
.TagClassName
{
border-color: #CCE3DC;
}
</style>