Shades of Zumthor #CAD9D9
Tints of Zumthor #CAD9D9
RGB
CMYK
RGB Variations
Color information
#CAD9D9 (or 0xCAD9D9) is known color: Zumthor. HEX triplet: CA, D9 and D9. RGB value is (202,217,217). Sum of RGB (Red+Green+Blue) = 202+217+217=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 217 - color contains mainly: green, blue. Hex color #CAD9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9D9 is #352626. Grayscale: #D4D4D4. Windows color (decimal): -3483175 or 14277066. OLE color: 14277066.
HSL color Cylindrical-coordinate representation of color #CAD9D9: hue angle of 180º 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 #CAD9D9 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 217 | 217 | - |
CMYK | 0.07 | 0 | 0 | 0.15 |
HSL | 180º | 0.16% | 0.82% | - |
HSV(B) | 180º | 0.07% | 0.85% | - |
XYZ | 61.69 | 67.19 | 75.36 | - |
YUV | 212.52 | 130.53 | 120.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 217 | 217 | 0.07 | 0 | 0 | 0.15 | 180 | 0.16 | 0.82 |
Hex | CA | D9 | D9 | 7 | 0 | 0 | F | B4 | 10 | 52 |
Octal | 312 | 331 | 331 | 7 | 0 | 0 | 17 | 264 | 20 | 122 |
Binary | 11001010 | 11011001 | 11011001 | 111 | 0 | 0 | 1111 | 10110100 | 10000 | 1010010 |
Color Harmonies of #CAD9D9
Complementary color
Monochromatic Colors of #CAD9D9
Black with #CAD9D9
Text Example
Text Example
White with #CAD9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD9D9; }
p { color: rgb(202,217,217); }
H1.HeaderClassName
{
color: #CAD9D9;
}
.AnyTagClassName
{
color: #CAD9D9;
}
</style>
background-color css
<style>
a { background-color: #CAD9D9; }
a { background-color: rgb(202,217,217); }
div.DivClassName
{
background-color: #CAD9D9;
}
.BgClassName
{
background-color: #CAD9D9;
}
</style>
border-color css
<style>
span { border-color: #CAD9D9; }
span { border-color: rgb(202,217,217); }
td.TdClassName
{
border-color: #CAD9D9;
}
.TagClassName
{
border-color: #CAD9D9;
}
</style>