Shades of Zumthor #CADBDB
Tints of Zumthor #CADBDB
RGB
CMYK
RGB Variations
Color information
#CADBDB (or 0xCADBDB) is known color: Zumthor. HEX triplet: CA, DB and DB. RGB value is (202,219,219). Sum of RGB (Red+Green+Blue) = 202+219+219=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #CADBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBDB is #352424. Grayscale: #D5D5D5. Windows color (decimal): -3482661 or 14408650. OLE color: 14408650.
HSL color Cylindrical-coordinate representation of color #CADBDB: hue angle of 180º 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 #CADBDB is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 219 | 219 | - |
CMYK | 0.08 | 0 | 0 | 0.14 |
HSL | 180º | 0.19% | 0.83% | - |
HSV(B) | 180º | 0.08% | 0.86% | - |
XYZ | 62.47 | 68.33 | 76.91 | - |
YUV | 213.92 | 130.87 | 119.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 219 | 219 | 0.08 | 0 | 0 | 0.14 | 180 | 0.19 | 0.83 |
Hex | CA | DB | DB | 8 | 0 | 0 | E | B4 | 13 | 53 |
Octal | 312 | 333 | 333 | 10 | 0 | 0 | 16 | 264 | 23 | 123 |
Binary | 11001010 | 11011011 | 11011011 | 1000 | 0 | 0 | 1110 | 10110100 | 10011 | 1010011 |
Color Harmonies of #CADBDB
Complementary color
Monochromatic Colors of #CADBDB
Black with #CADBDB
Text Example
Text Example
White with #CADBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBDB; }
p { color: rgb(202,219,219); }
H1.HeaderClassName
{
color: #CADBDB;
}
.AnyTagClassName
{
color: #CADBDB;
}
</style>
background-color css
<style>
a { background-color: #CADBDB; }
a { background-color: rgb(202,219,219); }
div.DivClassName
{
background-color: #CADBDB;
}
.BgClassName
{
background-color: #CADBDB;
}
</style>
border-color css
<style>
span { border-color: #CADBDB; }
span { border-color: rgb(202,219,219); }
td.TdClassName
{
border-color: #CADBDB;
}
.TagClassName
{
border-color: #CADBDB;
}
</style>