Shades of Iceberg #CAE4DB
Tints of Iceberg #CAE4DB
RGB
CMYK
RGB Variations
Color information
#CAE4DB (or 0xCAE4DB) is known color: Iceberg. HEX triplet: CA, E4 and DB. RGB value is (202,228,219). Sum of RGB (Red+Green+Blue) = 202+228+219=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4DB is #351B24. Grayscale: #DBDBDB. Windows color (decimal): -3480357 or 14410954. OLE color: 14410954.
HSL color Cylindrical-coordinate representation of color #CAE4DB: hue angle of 159.23º degrees, saturation: 0.32, 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 #CAE4DB is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 228 | 219 | - |
CMYK | 0.11 | 0 | 0.04 | 0.11 |
HSL | 159.23º | 0.33% | 0.84% | - |
HSV(B) | 159.23º | 0.11% | 0.89% | - |
XYZ | 64.89 | 73.16 | 77.72 | - |
YUV | 219.2 | 127.89 | 115.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 228 | 219 | 0.11 | 0 | 0.04 | 0.11 | 159.23 | 0.33 | 0.84 |
Hex | CA | E4 | DB | B | 0 | 4 | B | 9F | 20 | 54 |
Octal | 312 | 344 | 333 | 13 | 0 | 4 | 13 | 237 | 40 | 124 |
Binary | 11001010 | 11100100 | 11011011 | 1011 | 0 | 100 | 1011 | 10011111 | 100000 | 1010100 |
Color Harmonies of #CAE4DB
Complementary color
Monochromatic Colors of #CAE4DB
Black with #CAE4DB
Text Example
Text Example
White with #CAE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE4DB; }
p { color: rgb(202,228,219); }
H1.HeaderClassName
{
color: #CAE4DB;
}
.AnyTagClassName
{
color: #CAE4DB;
}
</style>
background-color css
<style>
a { background-color: #CAE4DB; }
a { background-color: rgb(202,228,219); }
div.DivClassName
{
background-color: #CAE4DB;
}
.BgClassName
{
background-color: #CAE4DB;
}
</style>
border-color css
<style>
span { border-color: #CAE4DB; }
span { border-color: rgb(202,228,219); }
td.TdClassName
{
border-color: #CAE4DB;
}
.TagClassName
{
border-color: #CAE4DB;
}
</style>