Shades of Iceberg #CAE5D9
Tints of Iceberg #CAE5D9
RGB
CMYK
RGB Variations
Color information
#CAE5D9 (or 0xCAE5D9) is known color: Iceberg. HEX triplet: CA, E5 and D9. RGB value is (202,229,217). Sum of RGB (Red+Green+Blue) = 202+229+217=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 229 (89.84% from 255 or 35.34% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5D9 is #351A26. Grayscale: #DBDBDB. Windows color (decimal): -3480103 or 14280138. OLE color: 14280138.
HSL color Cylindrical-coordinate representation of color #CAE5D9: hue angle of 153.33º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE5D9 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 202 | 229 | 217 | - |
CMYK | 0.12 | 0 | 0.05 | 0.10 |
HSL | 153.33º | 0.34% | 0.85% | - |
HSV(B) | 153.33º | 0.12% | 0.9% | - |
XYZ | 64.9 | 73.6 | 76.43 | - |
YUV | 219.56 | 126.55 | 115.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 229 | 217 | 0.12 | 0 | 0.05 | 0.10 | 153.33 | 0.34 | 0.85 |
Hex | CA | E5 | D9 | C | 0 | 5 | A | 99 | 22 | 55 |
Octal | 312 | 345 | 331 | 14 | 0 | 5 | 12 | 231 | 42 | 125 |
Binary | 11001010 | 11100101 | 11011001 | 1100 | 0 | 101 | 1010 | 10011001 | 100010 | 1010101 |
Color Harmonies of #CAE5D9
Complementary color
Monochromatic Colors of #CAE5D9
Black with #CAE5D9
Text Example
Text Example
White with #CAE5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5D9; }
p { color: rgb(202,229,217); }
H1.HeaderClassName
{
color: #CAE5D9;
}
.AnyTagClassName
{
color: #CAE5D9;
}
</style>
background-color css
<style>
a { background-color: #CAE5D9; }
a { background-color: rgb(202,229,217); }
div.DivClassName
{
background-color: #CAE5D9;
}
.BgClassName
{
background-color: #CAE5D9;
}
</style>
border-color css
<style>
span { border-color: #CAE5D9; }
span { border-color: rgb(202,229,217); }
td.TdClassName
{
border-color: #CAE5D9;
}
.TagClassName
{
border-color: #CAE5D9;
}
</style>