Shades of Iceberg #CBE2D8
Tints of Iceberg #CBE2D8
RGB
CMYK
RGB Variations
Color information
#CBE2D8 (or 0xCBE2D8) is known color: Iceberg. HEX triplet: CB, E2 and D8. RGB value is (203,226,216). Sum of RGB (Red+Green+Blue) = 203+226+216=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2D8 is #341D27. Grayscale: #DADADA. Windows color (decimal): -3415336 or 14213835. OLE color: 14213835.
HSL color Cylindrical-coordinate representation of color #CBE2D8: hue angle of 153.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 #CBE2D8 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 216 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.11 |
| HSL | 153.91º | 0.28% | 0.84% | - |
| HSV(B) | 153.91º | 0.1% | 0.89% | - |
| XYZ | 64.22 | 72.05 | 75.49 | - |
| YUV | 217.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 216 | 0.10 | 0 | 0.04 | 0.11 | 153.91 | 0.28 | 0.84 |
| Hex | CB | E2 | D8 | A | 0 | 4 | B | 9A | 1C | 54 |
| Octal | 313 | 342 | 330 | 12 | 0 | 4 | 13 | 232 | 34 | 124 |
| Binary | 11001011 | 11100010 | 11011000 | 1010 | 0 | 100 | 1011 | 10011010 | 11100 | 1010100 |
Color Harmonies of #CBE2D8
Complementary color
Monochromatic Colors of #CBE2D8
Black with #CBE2D8
Text Example
Text Example
White with #CBE2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE2D8; }
p { color: rgb(203,226,216); }
H1.HeaderClassName
{
color: #CBE2D8;
}
.AnyTagClassName
{
color: #CBE2D8;
}
</style>
background-color css
<style>
a { background-color: #CBE2D8; }
a { background-color: rgb(203,226,216); }
div.DivClassName
{
background-color: #CBE2D8;
}
.BgClassName
{
background-color: #CBE2D8;
}
</style>
border-color css
<style>
span { border-color: #CBE2D8; }
span { border-color: rgb(203,226,216); }
td.TdClassName
{
border-color: #CBE2D8;
}
.TagClassName
{
border-color: #CBE2D8;
}
</style>