Shades of Iceberg #CBE4DC
Tints of Iceberg #CBE4DC
RGB
CMYK
RGB Variations
Color information
#CBE4DC (or 0xCBE4DC) is known color: Iceberg. HEX triplet: CB, E4 and DC. RGB value is (203,228,220). Sum of RGB (Red+Green+Blue) = 203+228+220=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4DC is #341B23. Grayscale: #DBDBDB. Windows color (decimal): -3414820 or 14476491. OLE color: 14476491.
HSL color Cylindrical-coordinate representation of color #CBE4DC: hue angle of 160.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE4DC is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 220 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.11 |
| HSL | 160.8º | 0.32% | 0.85% | - |
| HSV(B) | 160.8º | 0.11% | 0.89% | - |
| XYZ | 65.29 | 73.35 | 78.43 | - |
| YUV | 219.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 220 | 0.11 | 0 | 0.04 | 0.11 | 160.8 | 0.32 | 0.85 |
| Hex | CB | E4 | DC | B | 0 | 4 | B | A1 | 20 | 55 |
| Octal | 313 | 344 | 334 | 13 | 0 | 4 | 13 | 241 | 40 | 125 |
| Binary | 11001011 | 11100100 | 11011100 | 1011 | 0 | 100 | 1011 | 10100001 | 100000 | 1010101 |
Color Harmonies of #CBE4DC
Complementary color
Monochromatic Colors of #CBE4DC
Black with #CBE4DC
Text Example
Text Example
White with #CBE4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE4DC; }
p { color: rgb(203,228,220); }
H1.HeaderClassName
{
color: #CBE4DC;
}
.AnyTagClassName
{
color: #CBE4DC;
}
</style>
background-color css
<style>
a { background-color: #CBE4DC; }
a { background-color: rgb(203,228,220); }
div.DivClassName
{
background-color: #CBE4DC;
}
.BgClassName
{
background-color: #CBE4DC;
}
</style>
border-color css
<style>
span { border-color: #CBE4DC; }
span { border-color: rgb(203,228,220); }
td.TdClassName
{
border-color: #CBE4DC;
}
.TagClassName
{
border-color: #CBE4DC;
}
</style>