Shades of Iceberg #CAD7D2
Tints of Iceberg #CAD7D2
RGB
CMYK
RGB Variations
Color information
#CAD7D2 (or 0xCAD7D2) is known color: Iceberg. HEX triplet: CA, D7 and D2. RGB value is (202,215,210). Sum of RGB (Red+Green+Blue) = 202+215+210=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD7D2 is #35282D. Grayscale: #D2D2D2. Windows color (decimal): -3483694 or 13817802. OLE color: 13817802.
HSL color Cylindrical-coordinate representation of color #CAD7D2: hue angle of 156.92º degrees, saturation: 0.14, 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 #CAD7D2 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 215 | 210 | - |
CMYK | 0.06 | 0 | 0.02 | 0.16 |
HSL | 156.92º | 0.14% | 0.82% | - |
HSV(B) | 156.92º | 0.06% | 0.84% | - |
XYZ | 60.29 | 65.81 | 70.5 | - |
YUV | 210.54 | 127.69 | 121.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 215 | 210 | 0.06 | 0 | 0.02 | 0.16 | 156.92 | 0.14 | 0.82 |
Hex | CA | D7 | D2 | 6 | 0 | 2 | 10 | 9D | E | 52 |
Octal | 312 | 327 | 322 | 6 | 0 | 2 | 20 | 235 | 16 | 122 |
Binary | 11001010 | 11010111 | 11010010 | 110 | 0 | 10 | 10000 | 10011101 | 1110 | 1010010 |
Color Harmonies of #CAD7D2
Complementary color
Monochromatic Colors of #CAD7D2
Black with #CAD7D2
Text Example
Text Example
White with #CAD7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD7D2; }
p { color: rgb(202,215,210); }
H1.HeaderClassName
{
color: #CAD7D2;
}
.AnyTagClassName
{
color: #CAD7D2;
}
</style>
background-color css
<style>
a { background-color: #CAD7D2; }
a { background-color: rgb(202,215,210); }
div.DivClassName
{
background-color: #CAD7D2;
}
.BgClassName
{
background-color: #CAD7D2;
}
</style>
border-color css
<style>
span { border-color: #CAD7D2; }
span { border-color: rgb(202,215,210); }
td.TdClassName
{
border-color: #CAD7D2;
}
.TagClassName
{
border-color: #CAD7D2;
}
</style>