Shades of Iceberg #CAD4D0
Tints of Iceberg #CAD4D0
RGB
CMYK
RGB Variations
Color information
#CAD4D0 (or 0xCAD4D0) is known color: Iceberg. HEX triplet: CA, D4 and D0. RGB value is (202,212,208). Sum of RGB (Red+Green+Blue) = 202+212+208=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD4D0 is #352B2F. Grayscale: #D0D0D0. Windows color (decimal): -3484464 or 13685962. OLE color: 13685962.
HSL color Cylindrical-coordinate representation of color #CAD4D0: hue angle of 156º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAD4D0 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
RGB | 202 | 212 | 208 | - |
CMYK | 0.05 | 0 | 0.02 | 0.17 |
HSL | 156º | 0.1% | 0.81% | - |
HSV(B) | 156º | 0.05% | 0.83% | - |
XYZ | 59.29 | 64.2 | 68.94 | - |
YUV | 208.55 | 127.69 | 123.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 212 | 208 | 0.05 | 0 | 0.02 | 0.17 | 156 | 0.1 | 0.81 |
Hex | CA | D4 | D0 | 5 | 0 | 2 | 11 | 9C | A | 51 |
Octal | 312 | 324 | 320 | 5 | 0 | 2 | 21 | 234 | 12 | 121 |
Binary | 11001010 | 11010100 | 11010000 | 101 | 0 | 10 | 10001 | 10011100 | 1010 | 1010001 |
Color Harmonies of #CAD4D0
Complementary color
Monochromatic Colors of #CAD4D0
Black with #CAD4D0
Text Example
Text Example
White with #CAD4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD4D0; }
p { color: rgb(202,212,208); }
H1.HeaderClassName
{
color: #CAD4D0;
}
.AnyTagClassName
{
color: #CAD4D0;
}
</style>
background-color css
<style>
a { background-color: #CAD4D0; }
a { background-color: rgb(202,212,208); }
div.DivClassName
{
background-color: #CAD4D0;
}
.BgClassName
{
background-color: #CAD4D0;
}
</style>
border-color css
<style>
span { border-color: #CAD4D0; }
span { border-color: rgb(202,212,208); }
td.TdClassName
{
border-color: #CAD4D0;
}
.TagClassName
{
border-color: #CAD4D0;
}
</style>