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