Shades of Iceberg #CBE5DA
Tints of Iceberg #CBE5DA
RGB
CMYK
RGB Variations
Color information
#CBE5DA (or 0xCBE5DA) is known color: Iceberg. HEX triplet: CB, E5 and DA. RGB value is (203,229,218). Sum of RGB (Red+Green+Blue) = 203+229+218=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5DA is #341A25. Grayscale: #DBDBDB. Windows color (decimal): -3414566 or 14345675. OLE color: 14345675.
HSL color Cylindrical-coordinate representation of color #CBE5DA: hue angle of 154.62º 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 #CBE5DA is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 203 | 229 | 218 | - |
CMYK | 0.11 | 0 | 0.05 | 0.10 |
HSL | 154.62º | 0.33% | 0.85% | - |
HSV(B) | 154.62º | 0.11% | 0.9% | - |
XYZ | 65.3 | 73.8 | 77.13 | - |
YUV | 219.97 | 126.89 | 115.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 229 | 218 | 0.11 | 0 | 0.05 | 0.10 | 154.62 | 0.33 | 0.85 |
Hex | CB | E5 | DA | B | 0 | 5 | A | 9B | 21 | 55 |
Octal | 313 | 345 | 332 | 13 | 0 | 5 | 12 | 233 | 41 | 125 |
Binary | 11001011 | 11100101 | 11011010 | 1011 | 0 | 101 | 1010 | 10011011 | 100001 | 1010101 |
Color Harmonies of #CBE5DA
Complementary color
Monochromatic Colors of #CBE5DA
Black with #CBE5DA
Text Example
Text Example
White with #CBE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5DA; }
p { color: rgb(203,229,218); }
H1.HeaderClassName
{
color: #CBE5DA;
}
.AnyTagClassName
{
color: #CBE5DA;
}
</style>
background-color css
<style>
a { background-color: #CBE5DA; }
a { background-color: rgb(203,229,218); }
div.DivClassName
{
background-color: #CBE5DA;
}
.BgClassName
{
background-color: #CBE5DA;
}
</style>
border-color css
<style>
span { border-color: #CBE5DA; }
span { border-color: rgb(203,229,218); }
td.TdClassName
{
border-color: #CBE5DA;
}
.TagClassName
{
border-color: #CBE5DA;
}
</style>