Shades of Iceberg #CCE2DB
Tints of Iceberg #CCE2DB
RGB
CMYK
RGB Variations
Color information
#CCE2DB (or 0xCCE2DB) is known color: Iceberg. HEX triplet: CC, E2 and DB. RGB value is (204,226,219). Sum of RGB (Red+Green+Blue) = 204+226+219=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2DB is #331D24. Grayscale: #DADADA. Windows color (decimal): -3349797 or 14410444. OLE color: 14410444.
HSL color Cylindrical-coordinate representation of color #CCE2DB: hue angle of 160.91º 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 #CCE2DB is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 219 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.11 |
| HSL | 160.91º | 0.28% | 0.84% | - |
| HSV(B) | 160.91º | 0.1% | 0.89% | - |
| XYZ | 64.88 | 72.34 | 77.56 | - |
| YUV | 218.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 219 | 0.10 | 0 | 0.03 | 0.11 | 160.91 | 0.28 | 0.84 |
| Hex | CC | E2 | DB | A | 0 | 3 | B | A1 | 1C | 54 |
| Octal | 314 | 342 | 333 | 12 | 0 | 3 | 13 | 241 | 34 | 124 |
| Binary | 11001100 | 11100010 | 11011011 | 1010 | 0 | 11 | 1011 | 10100001 | 11100 | 1010100 |
Color Harmonies of #CCE2DB
Complementary color
Monochromatic Colors of #CCE2DB
Black with #CCE2DB
Text Example
Text Example
White with #CCE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2DB; }
p { color: rgb(204,226,219); }
H1.HeaderClassName
{
color: #CCE2DB;
}
.AnyTagClassName
{
color: #CCE2DB;
}
</style>
background-color css
<style>
a { background-color: #CCE2DB; }
a { background-color: rgb(204,226,219); }
div.DivClassName
{
background-color: #CCE2DB;
}
.BgClassName
{
background-color: #CCE2DB;
}
</style>
border-color css
<style>
span { border-color: #CCE2DB; }
span { border-color: rgb(204,226,219); }
td.TdClassName
{
border-color: #CCE2DB;
}
.TagClassName
{
border-color: #CCE2DB;
}
</style>