Shades of Iceberg #CAD9D3
Tints of Iceberg #CAD9D3
RGB
CMYK
RGB Variations
Color information
#CAD9D3 (or 0xCAD9D3) is known color: Iceberg. HEX triplet: CA, D9 and D3. RGB value is (202,217,211). Sum of RGB (Red+Green+Blue) = 202+217+211=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9D3 is #35262C. Grayscale: #D3D3D3. Windows color (decimal): -3483181 or 13883850. OLE color: 13883850.
HSL color Cylindrical-coordinate representation of color #CAD9D3: hue angle of 156º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAD9D3 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 217 | 211 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.15 |
| HSL | 156º | 0.16% | 0.82% | - |
| HSV(B) | 156º | 0.07% | 0.85% | - |
| XYZ | 60.93 | 66.89 | 71.33 | - |
| YUV | 211.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 217 | 211 | 0.07 | 0 | 0.03 | 0.15 | 156 | 0.16 | 0.82 |
| Hex | CA | D9 | D3 | 7 | 0 | 3 | F | 9C | 10 | 52 |
| Octal | 312 | 331 | 323 | 7 | 0 | 3 | 17 | 234 | 20 | 122 |
| Binary | 11001010 | 11011001 | 11010011 | 111 | 0 | 11 | 1111 | 10011100 | 10000 | 1010010 |
Color Harmonies of #CAD9D3
Complementary color
Monochromatic Colors of #CAD9D3
Black with #CAD9D3
Text Example
Text Example
White with #CAD9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD9D3; }
p { color: rgb(202,217,211); }
H1.HeaderClassName
{
color: #CAD9D3;
}
.AnyTagClassName
{
color: #CAD9D3;
}
</style>
background-color css
<style>
a { background-color: #CAD9D3; }
a { background-color: rgb(202,217,211); }
div.DivClassName
{
background-color: #CAD9D3;
}
.BgClassName
{
background-color: #CAD9D3;
}
</style>
border-color css
<style>
span { border-color: #CAD9D3; }
span { border-color: rgb(202,217,211); }
td.TdClassName
{
border-color: #CAD9D3;
}
.TagClassName
{
border-color: #CAD9D3;
}
</style>