Shades of Iceberg #CAE2D9
Tints of Iceberg #CAE2D9
RGB
CMYK
RGB Variations
Color information
#CAE2D9 (or 0xCAE2D9) is known color: Iceberg. HEX triplet: CA, E2 and D9. RGB value is (202,226,217). Sum of RGB (Red+Green+Blue) = 202+226+217=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2D9 is #351D26. Grayscale: #D9D9D9. Windows color (decimal): -3480871 or 14279370. OLE color: 14279370.
HSL color Cylindrical-coordinate representation of color #CAE2D9: hue angle of 157.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAE2D9 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 226 | 217 | - |
CMYK | 0.11 | 0 | 0.04 | 0.11 |
HSL | 157.5º | 0.29% | 0.84% | - |
HSV(B) | 157.5º | 0.11% | 0.89% | - |
XYZ | 64.08 | 71.96 | 76.16 | - |
YUV | 217.8 | 127.55 | 116.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 226 | 217 | 0.11 | 0 | 0.04 | 0.11 | 157.5 | 0.29 | 0.84 |
Hex | CA | E2 | D9 | B | 0 | 4 | B | 9E | 1D | 54 |
Octal | 312 | 342 | 331 | 13 | 0 | 4 | 13 | 236 | 35 | 124 |
Binary | 11001010 | 11100010 | 11011001 | 1011 | 0 | 100 | 1011 | 10011110 | 11101 | 1010100 |
Color Harmonies of #CAE2D9
Complementary color
Monochromatic Colors of #CAE2D9
Black with #CAE2D9
Text Example
Text Example
White with #CAE2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE2D9; }
p { color: rgb(202,226,217); }
H1.HeaderClassName
{
color: #CAE2D9;
}
.AnyTagClassName
{
color: #CAE2D9;
}
</style>
background-color css
<style>
a { background-color: #CAE2D9; }
a { background-color: rgb(202,226,217); }
div.DivClassName
{
background-color: #CAE2D9;
}
.BgClassName
{
background-color: #CAE2D9;
}
</style>
border-color css
<style>
span { border-color: #CAE2D9; }
span { border-color: rgb(202,226,217); }
td.TdClassName
{
border-color: #CAE2D9;
}
.TagClassName
{
border-color: #CAE2D9;
}
</style>