Shades of Iceberg #CBE6DD
Tints of Iceberg #CBE6DD
RGB
CMYK
RGB Variations
Color information
#CBE6DD (or 0xCBE6DD) is known color: Iceberg. HEX triplet: CB, E6 and DD. RGB value is (203,230,221). Sum of RGB (Red+Green+Blue) = 203+230+221=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6DD is #341922. Grayscale: #DCDCDC. Windows color (decimal): -3414307 or 14542539. OLE color: 14542539.
HSL color Cylindrical-coordinate representation of color #CBE6DD: hue angle of 160º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE6DD is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 221 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.10 |
| HSL | 160º | 0.35% | 0.85% | - |
| HSV(B) | 160º | 0.12% | 0.9% | - |
| XYZ | 65.98 | 74.51 | 79.31 | - |
| YUV | 220.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 221 | 0.12 | 0 | 0.04 | 0.10 | 160 | 0.35 | 0.85 |
| Hex | CB | E6 | DD | C | 0 | 4 | A | A0 | 23 | 55 |
| Octal | 313 | 346 | 335 | 14 | 0 | 4 | 12 | 240 | 43 | 125 |
| Binary | 11001011 | 11100110 | 11011101 | 1100 | 0 | 100 | 1010 | 10100000 | 100011 | 1010101 |
Color Harmonies of #CBE6DD
Complementary color
Monochromatic Colors of #CBE6DD
Black with #CBE6DD
Text Example
Text Example
White with #CBE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE6DD; }
p { color: rgb(203,230,221); }
H1.HeaderClassName
{
color: #CBE6DD;
}
.AnyTagClassName
{
color: #CBE6DD;
}
</style>
background-color css
<style>
a { background-color: #CBE6DD; }
a { background-color: rgb(203,230,221); }
div.DivClassName
{
background-color: #CBE6DD;
}
.BgClassName
{
background-color: #CBE6DD;
}
</style>
border-color css
<style>
span { border-color: #CBE6DD; }
span { border-color: rgb(203,230,221); }
td.TdClassName
{
border-color: #CBE6DD;
}
.TagClassName
{
border-color: #CBE6DD;
}
</style>