Shades of Iceberg #CBE5DD
Tints of Iceberg #CBE5DD
RGB
CMYK
RGB Variations
Color information
#CBE5DD (or 0xCBE5DD) is known color: Iceberg. HEX triplet: CB, E5 and DD. RGB value is (203,229,221). Sum of RGB (Red+Green+Blue) = 203+229+221=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5DD is #341A22. Grayscale: #DCDCDC. Windows color (decimal): -3414563 or 14542283. OLE color: 14542283.
HSL color Cylindrical-coordinate representation of color #CBE5DD: hue angle of 161.54º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE5DD is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 221 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.10 |
| HSL | 161.54º | 0.33% | 0.85% | - |
| HSV(B) | 161.54º | 0.11% | 0.9% | - |
| XYZ | 65.7 | 73.96 | 79.22 | - |
| YUV | 220.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 221 | 0.11 | 0 | 0.03 | 0.10 | 161.54 | 0.33 | 0.85 |
| Hex | CB | E5 | DD | B | 0 | 3 | A | A2 | 21 | 55 |
| Octal | 313 | 345 | 335 | 13 | 0 | 3 | 12 | 242 | 41 | 125 |
| Binary | 11001011 | 11100101 | 11011101 | 1011 | 0 | 11 | 1010 | 10100010 | 100001 | 1010101 |
Color Harmonies of #CBE5DD
Complementary color
Monochromatic Colors of #CBE5DD
Black with #CBE5DD
Text Example
Text Example
White with #CBE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5DD; }
p { color: rgb(203,229,221); }
H1.HeaderClassName
{
color: #CBE5DD;
}
.AnyTagClassName
{
color: #CBE5DD;
}
</style>
background-color css
<style>
a { background-color: #CBE5DD; }
a { background-color: rgb(203,229,221); }
div.DivClassName
{
background-color: #CBE5DD;
}
.BgClassName
{
background-color: #CBE5DD;
}
</style>
border-color css
<style>
span { border-color: #CBE5DD; }
span { border-color: rgb(203,229,221); }
td.TdClassName
{
border-color: #CBE5DD;
}
.TagClassName
{
border-color: #CBE5DD;
}
</style>