Shades of Iceberg #CAE2DB
Tints of Iceberg #CAE2DB
RGB
CMYK
RGB Variations
Color information
#CAE2DB (or 0xCAE2DB) is known color: Iceberg. HEX triplet: CA, E2 and DB. RGB value is (202,226,219). Sum of RGB (Red+Green+Blue) = 202+226+219=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2DB is #351D24. Grayscale: #DADADA. Windows color (decimal): -3480869 or 14410442. OLE color: 14410442.
HSL color Cylindrical-coordinate representation of color #CAE2DB: hue angle of 162.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 #CAE2DB is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 226 | 219 | - |
CMYK | 0.11 | 0 | 0.03 | 0.11 |
HSL | 162.5º | 0.29% | 0.84% | - |
HSV(B) | 162.5º | 0.11% | 0.89% | - |
XYZ | 64.34 | 72.06 | 77.54 | - |
YUV | 218.03 | 128.55 | 116.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 226 | 219 | 0.11 | 0 | 0.03 | 0.11 | 162.5 | 0.29 | 0.84 |
Hex | CA | E2 | DB | B | 0 | 3 | B | A2 | 1D | 54 |
Octal | 312 | 342 | 333 | 13 | 0 | 3 | 13 | 242 | 35 | 124 |
Binary | 11001010 | 11100010 | 11011011 | 1011 | 0 | 11 | 1011 | 10100010 | 11101 | 1010100 |
Color Harmonies of #CAE2DB
Complementary color
Monochromatic Colors of #CAE2DB
Black with #CAE2DB
Text Example
Text Example
White with #CAE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE2DB; }
p { color: rgb(202,226,219); }
H1.HeaderClassName
{
color: #CAE2DB;
}
.AnyTagClassName
{
color: #CAE2DB;
}
</style>
background-color css
<style>
a { background-color: #CAE2DB; }
a { background-color: rgb(202,226,219); }
div.DivClassName
{
background-color: #CAE2DB;
}
.BgClassName
{
background-color: #CAE2DB;
}
</style>
border-color css
<style>
span { border-color: #CAE2DB; }
span { border-color: rgb(202,226,219); }
td.TdClassName
{
border-color: #CAE2DB;
}
.TagClassName
{
border-color: #CAE2DB;
}
</style>