Shades of Iceberg #CBE0D9
Tints of Iceberg #CBE0D9
RGB
CMYK
RGB Variations
Color information
#CBE0D9 (or 0xCBE0D9) is known color: Iceberg. HEX triplet: CB, E0 and D9. RGB value is (203,224,217). Sum of RGB (Red+Green+Blue) = 203+224+217=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE0D9 is #341F26. Grayscale: #D8D8D8. Windows color (decimal): -3415847 or 14278859. OLE color: 14278859.
HSL color Cylindrical-coordinate representation of color #CBE0D9: hue angle of 160º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBE0D9 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 217 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.12 |
| HSL | 160º | 0.25% | 0.84% | - |
| HSV(B) | 160º | 0.09% | 0.88% | - |
| XYZ | 63.81 | 71.02 | 75.99 | - |
| YUV | 216.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 217 | 0.09 | 0 | 0.03 | 0.12 | 160 | 0.25 | 0.84 |
| Hex | CB | E0 | D9 | 9 | 0 | 3 | C | A0 | 19 | 54 |
| Octal | 313 | 340 | 331 | 11 | 0 | 3 | 14 | 240 | 31 | 124 |
| Binary | 11001011 | 11100000 | 11011001 | 1001 | 0 | 11 | 1100 | 10100000 | 11001 | 1010100 |
Color Harmonies of #CBE0D9
Complementary color
Monochromatic Colors of #CBE0D9
Black with #CBE0D9
Text Example
Text Example
White with #CBE0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE0D9; }
p { color: rgb(203,224,217); }
H1.HeaderClassName
{
color: #CBE0D9;
}
.AnyTagClassName
{
color: #CBE0D9;
}
</style>
background-color css
<style>
a { background-color: #CBE0D9; }
a { background-color: rgb(203,224,217); }
div.DivClassName
{
background-color: #CBE0D9;
}
.BgClassName
{
background-color: #CBE0D9;
}
</style>
border-color css
<style>
span { border-color: #CBE0D9; }
span { border-color: rgb(203,224,217); }
td.TdClassName
{
border-color: #CBE0D9;
}
.TagClassName
{
border-color: #CBE0D9;
}
</style>