Shades of Iceberg #CAD9D5
Tints of Iceberg #CAD9D5
RGB
CMYK
RGB Variations
Color information
#CAD9D5 (or 0xCAD9D5) is known color: Iceberg. HEX triplet: CA, D9 and D5. RGB value is (202,217,213). Sum of RGB (Red+Green+Blue) = 202+217+213=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9D5 is #35262A. Grayscale: #D4D4D4. Windows color (decimal): -3483179 or 14014922. OLE color: 14014922.
HSL color Cylindrical-coordinate representation of color #CAD9D5: hue angle of 164º 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 #CAD9D5 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 217 | 213 | - |
CMYK | 0.07 | 0 | 0.02 | 0.15 |
HSL | 164º | 0.16% | 0.82% | - |
HSV(B) | 164º | 0.07% | 0.85% | - |
XYZ | 61.18 | 66.99 | 72.66 | - |
YUV | 212.06 | 128.53 | 120.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 217 | 213 | 0.07 | 0 | 0.02 | 0.15 | 164 | 0.16 | 0.82 |
Hex | CA | D9 | D5 | 7 | 0 | 2 | F | A4 | 10 | 52 |
Octal | 312 | 331 | 325 | 7 | 0 | 2 | 17 | 244 | 20 | 122 |
Binary | 11001010 | 11011001 | 11010101 | 111 | 0 | 10 | 1111 | 10100100 | 10000 | 1010010 |
Color Harmonies of #CAD9D5
Complementary color
Monochromatic Colors of #CAD9D5
Black with #CAD9D5
Text Example
Text Example
White with #CAD9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD9D5; }
p { color: rgb(202,217,213); }
H1.HeaderClassName
{
color: #CAD9D5;
}
.AnyTagClassName
{
color: #CAD9D5;
}
</style>
background-color css
<style>
a { background-color: #CAD9D5; }
a { background-color: rgb(202,217,213); }
div.DivClassName
{
background-color: #CAD9D5;
}
.BgClassName
{
background-color: #CAD9D5;
}
</style>
border-color css
<style>
span { border-color: #CAD9D5; }
span { border-color: rgb(202,217,213); }
td.TdClassName
{
border-color: #CAD9D5;
}
.TagClassName
{
border-color: #CAD9D5;
}
</style>