Shades of Zumthor #CAD8DD
Tints of Zumthor #CAD8DD
RGB
CMYK
RGB Variations
Color information
#CAD8DD (or 0xCAD8DD) is known color: Zumthor. HEX triplet: CA, D8 and DD. RGB value is (202,216,221). Sum of RGB (Red+Green+Blue) = 202+216+221=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAD8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8DD is #352722. Grayscale: #D4D4D4. Windows color (decimal): -3483427 or 14538954. OLE color: 14538954.
HSL color Cylindrical-coordinate representation of color #CAD8DD: hue angle of 195.79º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAD8DD is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 216 | 221 | - |
CMYK | 0.09 | 0.02 | 0 | 0.13 |
HSL | 195.79º | 0.22% | 0.83% | - |
HSV(B) | 195.79º | 0.09% | 0.87% | - |
XYZ | 61.96 | 66.89 | 78.05 | - |
YUV | 212.38 | 132.86 | 120.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 216 | 221 | 0.09 | 0.02 | 0 | 0.13 | 195.79 | 0.22 | 0.83 |
Hex | CA | D8 | DD | 9 | 2 | 0 | D | C4 | 16 | 53 |
Octal | 312 | 330 | 335 | 11 | 2 | 0 | 15 | 304 | 26 | 123 |
Binary | 11001010 | 11011000 | 11011101 | 1001 | 10 | 0 | 1101 | 11000100 | 10110 | 1010011 |
Color Harmonies of #CAD8DD
Complementary color
Monochromatic Colors of #CAD8DD
Black with #CAD8DD
Text Example
Text Example
White with #CAD8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8DD; }
p { color: rgb(202,216,221); }
H1.HeaderClassName
{
color: #CAD8DD;
}
.AnyTagClassName
{
color: #CAD8DD;
}
</style>
background-color css
<style>
a { background-color: #CAD8DD; }
a { background-color: rgb(202,216,221); }
div.DivClassName
{
background-color: #CAD8DD;
}
.BgClassName
{
background-color: #CAD8DD;
}
</style>
border-color css
<style>
span { border-color: #CAD8DD; }
span { border-color: rgb(202,216,221); }
td.TdClassName
{
border-color: #CAD8DD;
}
.TagClassName
{
border-color: #CAD8DD;
}
</style>