Shades of Iceberg #CBE0DA
Tints of Iceberg #CBE0DA
RGB
CMYK
RGB Variations
Color information
#CBE0DA (or 0xCBE0DA) is known color: Iceberg. HEX triplet: CB, E0 and DA. RGB value is (203,224,218). Sum of RGB (Red+Green+Blue) = 203+224+218=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE0DA is #341F25. Grayscale: #D9D9D9. Windows color (decimal): -3415846 or 14344395. OLE color: 14344395.
HSL color Cylindrical-coordinate representation of color #CBE0DA: hue angle of 162.86º 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 #CBE0DA is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 218 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.12 |
| HSL | 162.86º | 0.25% | 0.84% | - |
| HSV(B) | 162.86º | 0.09% | 0.88% | - |
| XYZ | 63.94 | 71.07 | 76.68 | - |
| YUV | 217.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 218 | 0.09 | 0 | 0.03 | 0.12 | 162.86 | 0.25 | 0.84 |
| Hex | CB | E0 | DA | 9 | 0 | 3 | C | A3 | 19 | 54 |
| Octal | 313 | 340 | 332 | 11 | 0 | 3 | 14 | 243 | 31 | 124 |
| Binary | 11001011 | 11100000 | 11011010 | 1001 | 0 | 11 | 1100 | 10100011 | 11001 | 1010100 |
Color Harmonies of #CBE0DA
Complementary color
Monochromatic Colors of #CBE0DA
Black with #CBE0DA
Text Example
Text Example
White with #CBE0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE0DA; }
p { color: rgb(203,224,218); }
H1.HeaderClassName
{
color: #CBE0DA;
}
.AnyTagClassName
{
color: #CBE0DA;
}
</style>
background-color css
<style>
a { background-color: #CBE0DA; }
a { background-color: rgb(203,224,218); }
div.DivClassName
{
background-color: #CBE0DA;
}
.BgClassName
{
background-color: #CBE0DA;
}
</style>
border-color css
<style>
span { border-color: #CBE0DA; }
span { border-color: rgb(203,224,218); }
td.TdClassName
{
border-color: #CBE0DA;
}
.TagClassName
{
border-color: #CBE0DA;
}
</style>