Shades of Iceberg #CAD6D2
Tints of Iceberg #CAD6D2
RGB
CMYK
RGB Variations
Color information
#CAD6D2 (or 0xCAD6D2) is known color: Iceberg. HEX triplet: CA, D6 and D2. RGB value is (202,214,210). Sum of RGB (Red+Green+Blue) = 202+214+210=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6D2 is #35292D. Grayscale: #D1D1D1. Windows color (decimal): -3483950 or 13817546. OLE color: 13817546.
HSL color Cylindrical-coordinate representation of color #CAD6D2: hue angle of 160º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAD6D2 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 214 | 210 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.16 |
| HSL | 160º | 0.13% | 0.82% | - |
| HSV(B) | 160º | 0.06% | 0.84% | - |
| XYZ | 60.04 | 65.3 | 70.41 | - |
| YUV | 209.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 214 | 210 | 0.06 | 0 | 0.02 | 0.16 | 160 | 0.13 | 0.82 |
| Hex | CA | D6 | D2 | 6 | 0 | 2 | 10 | A0 | D | 52 |
| Octal | 312 | 326 | 322 | 6 | 0 | 2 | 20 | 240 | 15 | 122 |
| Binary | 11001010 | 11010110 | 11010010 | 110 | 0 | 10 | 10000 | 10100000 | 1101 | 1010010 |
Color Harmonies of #CAD6D2
Complementary color
Monochromatic Colors of #CAD6D2
Black with #CAD6D2
Text Example
Text Example
White with #CAD6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD6D2; }
p { color: rgb(202,214,210); }
H1.HeaderClassName
{
color: #CAD6D2;
}
.AnyTagClassName
{
color: #CAD6D2;
}
</style>
background-color css
<style>
a { background-color: #CAD6D2; }
a { background-color: rgb(202,214,210); }
div.DivClassName
{
background-color: #CAD6D2;
}
.BgClassName
{
background-color: #CAD6D2;
}
</style>
border-color css
<style>
span { border-color: #CAD6D2; }
span { border-color: rgb(202,214,210); }
td.TdClassName
{
border-color: #CAD6D2;
}
.TagClassName
{
border-color: #CAD6D2;
}
</style>