Shades of Zumthor #CAD7DA
Tints of Zumthor #CAD7DA
RGB
CMYK
RGB Variations
Color information
#CAD7DA (or 0xCAD7DA) is known color: Zumthor. HEX triplet: CA, D7 and DA. RGB value is (202,215,218). Sum of RGB (Red+Green+Blue) = 202+215+218=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAD7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD7DA is #352825. Grayscale: #D3D3D3. Windows color (decimal): -3483686 or 14342090. OLE color: 14342090.
HSL color Cylindrical-coordinate representation of color #CAD7DA: hue angle of 191.25º degrees, saturation: 0.18, 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 #CAD7DA is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 215 | 218 | - |
CMYK | 0.07 | 0.01 | 0 | 0.15 |
HSL | 191.25º | 0.18% | 0.82% | - |
HSV(B) | 191.25º | 0.07% | 0.85% | - |
XYZ | 61.31 | 66.22 | 75.88 | - |
YUV | 211.46 | 131.69 | 121.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 215 | 218 | 0.07 | 0.01 | 0 | 0.15 | 191.25 | 0.18 | 0.82 |
Hex | CA | D7 | DA | 7 | 1 | 0 | F | BF | 12 | 52 |
Octal | 312 | 327 | 332 | 7 | 1 | 0 | 17 | 277 | 22 | 122 |
Binary | 11001010 | 11010111 | 11011010 | 111 | 1 | 0 | 1111 | 10111111 | 10010 | 1010010 |
Color Harmonies of #CAD7DA
Complementary color
Monochromatic Colors of #CAD7DA
Black with #CAD7DA
Text Example
Text Example
White with #CAD7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD7DA; }
p { color: rgb(202,215,218); }
H1.HeaderClassName
{
color: #CAD7DA;
}
.AnyTagClassName
{
color: #CAD7DA;
}
</style>
background-color css
<style>
a { background-color: #CAD7DA; }
a { background-color: rgb(202,215,218); }
div.DivClassName
{
background-color: #CAD7DA;
}
.BgClassName
{
background-color: #CAD7DA;
}
</style>
border-color css
<style>
span { border-color: #CAD7DA; }
span { border-color: rgb(202,215,218); }
td.TdClassName
{
border-color: #CAD7DA;
}
.TagClassName
{
border-color: #CAD7DA;
}
</style>