Shades of Iceberg #CAE0D8
Tints of Iceberg #CAE0D8
RGB
CMYK
RGB Variations
Color information
#CAE0D8 (or 0xCAE0D8) is known color: Iceberg. HEX triplet: CA, E0 and D8. RGB value is (202,224,216). Sum of RGB (Red+Green+Blue) = 202+224+216=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 216 (84.77% from 255 or 33.64% from 642); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0D8 is #351F27. Grayscale: #D8D8D8. Windows color (decimal): -3481384 or 14213322. OLE color: 14213322.
HSL color Cylindrical-coordinate representation of color #CAE0D8: hue angle of 158.18º 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 #CAE0D8 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 216 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.12 |
| HSL | 158.18º | 0.26% | 0.84% | - |
| HSV(B) | 158.18º | 0.1% | 0.88% | - |
| XYZ | 63.41 | 70.83 | 75.29 | - |
| YUV | 216.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 216 | 0.10 | 0 | 0.04 | 0.12 | 158.18 | 0.26 | 0.84 |
| Hex | CA | E0 | D8 | A | 0 | 4 | C | 9E | 1A | 54 |
| Octal | 312 | 340 | 330 | 12 | 0 | 4 | 14 | 236 | 32 | 124 |
| Binary | 11001010 | 11100000 | 11011000 | 1010 | 0 | 100 | 1100 | 10011110 | 11010 | 1010100 |
Color Harmonies of #CAE0D8
Complementary color
Monochromatic Colors of #CAE0D8
Black with #CAE0D8
Text Example
Text Example
White with #CAE0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE0D8; }
p { color: rgb(202,224,216); }
H1.HeaderClassName
{
color: #CAE0D8;
}
.AnyTagClassName
{
color: #CAE0D8;
}
</style>
background-color css
<style>
a { background-color: #CAE0D8; }
a { background-color: rgb(202,224,216); }
div.DivClassName
{
background-color: #CAE0D8;
}
.BgClassName
{
background-color: #CAE0D8;
}
</style>
border-color css
<style>
span { border-color: #CAE0D8; }
span { border-color: rgb(202,224,216); }
td.TdClassName
{
border-color: #CAE0D8;
}
.TagClassName
{
border-color: #CAE0D8;
}
</style>