Shades of Zumthor #CAD9DB
Tints of Zumthor #CAD9DB
RGB
CMYK
RGB Variations
Color information
#CAD9DB (or 0xCAD9DB) is known color: Zumthor. HEX triplet: CA, D9 and DB. RGB value is (202,217,219). Sum of RGB (Red+Green+Blue) = 202+217+219=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9DB is #352624. Grayscale: #D4D4D4. Windows color (decimal): -3483173 or 14408138. OLE color: 14408138.
HSL color Cylindrical-coordinate representation of color #CAD9DB: hue angle of 187.06º 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 #CAD9DB is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 217 | 219 | - |
CMYK | 0.08 | 0.01 | 0 | 0.14 |
HSL | 187.06º | 0.19% | 0.83% | - |
HSV(B) | 187.06º | 0.08% | 0.86% | - |
XYZ | 61.96 | 67.3 | 76.74 | - |
YUV | 212.74 | 131.53 | 120.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 217 | 219 | 0.08 | 0.01 | 0 | 0.14 | 187.06 | 0.19 | 0.83 |
Hex | CA | D9 | DB | 8 | 1 | 0 | E | BB | 13 | 53 |
Octal | 312 | 331 | 333 | 10 | 1 | 0 | 16 | 273 | 23 | 123 |
Binary | 11001010 | 11011001 | 11011011 | 1000 | 1 | 0 | 1110 | 10111011 | 10011 | 1010011 |
Color Harmonies of #CAD9DB
Complementary color
Monochromatic Colors of #CAD9DB
Black with #CAD9DB
Text Example
Text Example
White with #CAD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD9DB; }
p { color: rgb(202,217,219); }
H1.HeaderClassName
{
color: #CAD9DB;
}
.AnyTagClassName
{
color: #CAD9DB;
}
</style>
background-color css
<style>
a { background-color: #CAD9DB; }
a { background-color: rgb(202,217,219); }
div.DivClassName
{
background-color: #CAD9DB;
}
.BgClassName
{
background-color: #CAD9DB;
}
</style>
border-color css
<style>
span { border-color: #CAD9DB; }
span { border-color: rgb(202,217,219); }
td.TdClassName
{
border-color: #CAD9DB;
}
.TagClassName
{
border-color: #CAD9DB;
}
</style>