Shades of Zumthor #CADADB
Tints of Zumthor #CADADB
RGB
CMYK
RGB Variations
Color information
#CADADB (or 0xCADADB) is known color: Zumthor. HEX triplet: CA, DA and DB. RGB value is (202,218,219). Sum of RGB (Red+Green+Blue) = 202+218+219=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 219 - color contains mainly: blue. Hex color #CADADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADADB is #352524. Grayscale: #D5D5D5. Windows color (decimal): -3482917 or 14408394. OLE color: 14408394.
HSL color Cylindrical-coordinate representation of color #CADADB: hue angle of 183.53º 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 #CADADB is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 218 | 219 | - |
CMYK | 0.08 | 0.00 | 0 | 0.14 |
HSL | 183.53º | 0.19% | 0.83% | - |
HSV(B) | 183.53º | 0.08% | 0.86% | - |
XYZ | 62.21 | 67.81 | 76.83 | - |
YUV | 213.33 | 131.2 | 119.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 219 | 0.08 | 0.00 | 0 | 0.14 | 183.53 | 0.19 | 0.83 |
Hex | CA | DA | DB | 8 | 0 | 0 | E | B8 | 13 | 53 |
Octal | 312 | 332 | 333 | 10 | 0 | 0 | 16 | 270 | 23 | 123 |
Binary | 11001010 | 11011010 | 11011011 | 1000 | 0 | 0 | 1110 | 10111000 | 10011 | 1010011 |
Color Harmonies of #CADADB
Complementary color
Monochromatic Colors of #CADADB
Black with #CADADB
Text Example
Text Example
White with #CADADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADADB; }
p { color: rgb(202,218,219); }
H1.HeaderClassName
{
color: #CADADB;
}
.AnyTagClassName
{
color: #CADADB;
}
</style>
background-color css
<style>
a { background-color: #CADADB; }
a { background-color: rgb(202,218,219); }
div.DivClassName
{
background-color: #CADADB;
}
.BgClassName
{
background-color: #CADADB;
}
</style>
border-color css
<style>
span { border-color: #CADADB; }
span { border-color: rgb(202,218,219); }
td.TdClassName
{
border-color: #CADADB;
}
.TagClassName
{
border-color: #CADADB;
}
</style>