Shades of Iceberg #CAE0DB
Tints of Iceberg #CAE0DB
RGB
CMYK
RGB Variations
Color information
#CAE0DB (or 0xCAE0DB) is known color: Iceberg. HEX triplet: CA, E0 and DB. RGB value is (202,224,219). Sum of RGB (Red+Green+Blue) = 202+224+219=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0DB is #351F24. Grayscale: #D8D8D8. Windows color (decimal): -3481381 or 14409930. OLE color: 14409930.
HSL color Cylindrical-coordinate representation of color #CAE0DB: hue angle of 166.36º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAE0DB is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 219 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.12 |
| HSL | 166.36º | 0.26% | 0.84% | - |
| HSV(B) | 166.36º | 0.1% | 0.88% | - |
| XYZ | 63.8 | 70.98 | 77.36 | - |
| YUV | 216.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 219 | 0.10 | 0 | 0.02 | 0.12 | 166.36 | 0.26 | 0.84 |
| Hex | CA | E0 | DB | A | 0 | 2 | C | A6 | 1A | 54 |
| Octal | 312 | 340 | 333 | 12 | 0 | 2 | 14 | 246 | 32 | 124 |
| Binary | 11001010 | 11100000 | 11011011 | 1010 | 0 | 10 | 1100 | 10100110 | 11010 | 1010100 |
Color Harmonies of #CAE0DB
Complementary color
Monochromatic Colors of #CAE0DB
Black with #CAE0DB
Text Example
Text Example
White with #CAE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE0DB; }
p { color: rgb(202,224,219); }
H1.HeaderClassName
{
color: #CAE0DB;
}
.AnyTagClassName
{
color: #CAE0DB;
}
</style>
background-color css
<style>
a { background-color: #CAE0DB; }
a { background-color: rgb(202,224,219); }
div.DivClassName
{
background-color: #CAE0DB;
}
.BgClassName
{
background-color: #CAE0DB;
}
</style>
border-color css
<style>
span { border-color: #CAE0DB; }
span { border-color: rgb(202,224,219); }
td.TdClassName
{
border-color: #CAE0DB;
}
.TagClassName
{
border-color: #CAE0DB;
}
</style>