Shades of Zumthor #CAD8DB
Tints of Zumthor #CAD8DB
RGB
CMYK
RGB Variations
Color information
#CAD8DB (or 0xCAD8DB) is known color: Zumthor. HEX triplet: CA, D8 and DB. RGB value is (202,216,219). Sum of RGB (Red+Green+Blue) = 202+216+219=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8DB is #352724. Grayscale: #D4D4D4. Windows color (decimal): -3483429 or 14407882. OLE color: 14407882.
HSL color Cylindrical-coordinate representation of color #CAD8DB: hue angle of 190.59º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAD8DB is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 216 | 219 | - |
CMYK | 0.08 | 0.01 | 0 | 0.14 |
HSL | 190.59º | 0.19% | 0.83% | - |
HSV(B) | 190.59º | 0.08% | 0.86% | - |
XYZ | 61.7 | 66.78 | 76.66 | - |
YUV | 212.16 | 131.86 | 120.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 216 | 219 | 0.08 | 0.01 | 0 | 0.14 | 190.59 | 0.19 | 0.83 |
Hex | CA | D8 | DB | 8 | 1 | 0 | E | BF | 13 | 53 |
Octal | 312 | 330 | 333 | 10 | 1 | 0 | 16 | 277 | 23 | 123 |
Binary | 11001010 | 11011000 | 11011011 | 1000 | 1 | 0 | 1110 | 10111111 | 10011 | 1010011 |
Color Harmonies of #CAD8DB
Complementary color
Monochromatic Colors of #CAD8DB
Black with #CAD8DB
Text Example
Text Example
White with #CAD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8DB; }
p { color: rgb(202,216,219); }
H1.HeaderClassName
{
color: #CAD8DB;
}
.AnyTagClassName
{
color: #CAD8DB;
}
</style>
background-color css
<style>
a { background-color: #CAD8DB; }
a { background-color: rgb(202,216,219); }
div.DivClassName
{
background-color: #CAD8DB;
}
.BgClassName
{
background-color: #CAD8DB;
}
</style>
border-color css
<style>
span { border-color: #CAD8DB; }
span { border-color: rgb(202,216,219); }
td.TdClassName
{
border-color: #CAD8DB;
}
.TagClassName
{
border-color: #CAD8DB;
}
</style>