Shades of Zumthor #CAD7D6
Tints of Zumthor #CAD7D6
RGB
CMYK
RGB Variations
Color information
#CAD7D6 (or 0xCAD7D6) is known color: Zumthor. HEX triplet: CA, D7 and D6. RGB value is (202,215,214). Sum of RGB (Red+Green+Blue) = 202+215+214=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD7D6 is #352829. Grayscale: #D2D2D2. Windows color (decimal): -3483690 or 14079946. OLE color: 14079946.
HSL color Cylindrical-coordinate representation of color #CAD7D6: hue angle of 175.38º 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 #CAD7D6 is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 215 | 214 | - |
CMYK | 0.06 | 0 | 0.00 | 0.16 |
HSL | 175.38º | 0.14% | 0.82% | - |
HSV(B) | 175.38º | 0.06% | 0.84% | - |
XYZ | 60.8 | 66.01 | 73.16 | - |
YUV | 211 | 129.69 | 121.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 215 | 214 | 0.06 | 0 | 0.00 | 0.16 | 175.38 | 0.14 | 0.82 |
Hex | CA | D7 | D6 | 6 | 0 | 0 | 10 | AF | E | 52 |
Octal | 312 | 327 | 326 | 6 | 0 | 0 | 20 | 257 | 16 | 122 |
Binary | 11001010 | 11010111 | 11010110 | 110 | 0 | 0 | 10000 | 10101111 | 1110 | 1010010 |
Color Harmonies of #CAD7D6
Complementary color
Monochromatic Colors of #CAD7D6
Black with #CAD7D6
Text Example
Text Example
White with #CAD7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD7D6; }
p { color: rgb(202,215,214); }
H1.HeaderClassName
{
color: #CAD7D6;
}
.AnyTagClassName
{
color: #CAD7D6;
}
</style>
background-color css
<style>
a { background-color: #CAD7D6; }
a { background-color: rgb(202,215,214); }
div.DivClassName
{
background-color: #CAD7D6;
}
.BgClassName
{
background-color: #CAD7D6;
}
</style>
border-color css
<style>
span { border-color: #CAD7D6; }
span { border-color: rgb(202,215,214); }
td.TdClassName
{
border-color: #CAD7D6;
}
.TagClassName
{
border-color: #CAD7D6;
}
</style>