Shades of Iceberg #CBE6DE
Tints of Iceberg #CBE6DE
RGB
CMYK
RGB Variations
Color information
#CBE6DE (or 0xCBE6DE) is known color: Iceberg. HEX triplet: CB, E6 and DE. RGB value is (203,230,222). Sum of RGB (Red+Green+Blue) = 203+230+222=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6DE is #341921. Grayscale: #DDDDDD. Windows color (decimal): -3414306 or 14608075. OLE color: 14608075.
HSL color Cylindrical-coordinate representation of color #CBE6DE: hue angle of 162.22º 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 #CBE6DE is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 222 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.10 |
| HSL | 162.22º | 0.35% | 0.85% | - |
| HSV(B) | 162.22º | 0.12% | 0.9% | - |
| XYZ | 66.11 | 74.56 | 80.02 | - |
| YUV | 221.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 222 | 0.12 | 0 | 0.03 | 0.10 | 162.22 | 0.35 | 0.85 |
| Hex | CB | E6 | DE | C | 0 | 3 | A | A2 | 23 | 55 |
| Octal | 313 | 346 | 336 | 14 | 0 | 3 | 12 | 242 | 43 | 125 |
| Binary | 11001011 | 11100110 | 11011110 | 1100 | 0 | 11 | 1010 | 10100010 | 100011 | 1010101 |
Color Harmonies of #CBE6DE
Complementary color
Monochromatic Colors of #CBE6DE
Black with #CBE6DE
Text Example
Text Example
White with #CBE6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE6DE; }
p { color: rgb(203,230,222); }
H1.HeaderClassName
{
color: #CBE6DE;
}
.AnyTagClassName
{
color: #CBE6DE;
}
</style>
background-color css
<style>
a { background-color: #CBE6DE; }
a { background-color: rgb(203,230,222); }
div.DivClassName
{
background-color: #CBE6DE;
}
.BgClassName
{
background-color: #CBE6DE;
}
</style>
border-color css
<style>
span { border-color: #CBE6DE; }
span { border-color: rgb(203,230,222); }
td.TdClassName
{
border-color: #CBE6DE;
}
.TagClassName
{
border-color: #CBE6DE;
}
</style>