Shades of Iceberg #CAE1D8
Tints of Iceberg #CAE1D8
RGB
CMYK
RGB Variations
Color information
#CAE1D8 (or 0xCAE1D8) is known color: Iceberg. HEX triplet: CA, E1 and D8. RGB value is (202,225,216). Sum of RGB (Red+Green+Blue) = 202+225+216=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1D8 is #351E27. Grayscale: #D9D9D9. Windows color (decimal): -3481128 or 14213578. OLE color: 14213578.
HSL color Cylindrical-coordinate representation of color #CAE1D8: hue angle of 156.52º degrees, saturation: 0.28, 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 #CAE1D8 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 216 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.12 |
| HSL | 156.52º | 0.28% | 0.84% | - |
| HSV(B) | 156.52º | 0.1% | 0.88% | - |
| XYZ | 63.68 | 71.36 | 75.38 | - |
| YUV | 217.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 216 | 0.10 | 0 | 0.04 | 0.12 | 156.52 | 0.28 | 0.84 |
| Hex | CA | E1 | D8 | A | 0 | 4 | C | 9D | 1C | 54 |
| Octal | 312 | 341 | 330 | 12 | 0 | 4 | 14 | 235 | 34 | 124 |
| Binary | 11001010 | 11100001 | 11011000 | 1010 | 0 | 100 | 1100 | 10011101 | 11100 | 1010100 |
Color Harmonies of #CAE1D8
Complementary color
Monochromatic Colors of #CAE1D8
Black with #CAE1D8
Text Example
Text Example
White with #CAE1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE1D8; }
p { color: rgb(202,225,216); }
H1.HeaderClassName
{
color: #CAE1D8;
}
.AnyTagClassName
{
color: #CAE1D8;
}
</style>
background-color css
<style>
a { background-color: #CAE1D8; }
a { background-color: rgb(202,225,216); }
div.DivClassName
{
background-color: #CAE1D8;
}
.BgClassName
{
background-color: #CAE1D8;
}
</style>
border-color css
<style>
span { border-color: #CAE1D8; }
span { border-color: rgb(202,225,216); }
td.TdClassName
{
border-color: #CAE1D8;
}
.TagClassName
{
border-color: #CAE1D8;
}
</style>