Shades of Zumthor #CADCDC
Tints of Zumthor #CADCDC
RGB
CMYK
RGB Variations
Color information
#CADCDC (or 0xCADCDC) is known color: Zumthor. HEX triplet: CA, DC and DC. RGB value is (202,220,220). Sum of RGB (Red+Green+Blue) = 202+220+220=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #CADCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCDC is #352323. Grayscale: #D6D6D6. Windows color (decimal): -3482404 or 14474442. OLE color: 14474442.
HSL color Cylindrical-coordinate representation of color #CADCDC: hue angle of 180º degrees, saturation: 0.2, 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 #CADCDC is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 220 | 220 | - |
CMYK | 0.08 | 0 | 0 | 0.14 |
HSL | 180º | 0.2% | 0.83% | - |
HSV(B) | 180º | 0.08% | 0.86% | - |
XYZ | 62.87 | 68.91 | 77.7 | - |
YUV | 214.62 | 131.04 | 119 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 220 | 220 | 0.08 | 0 | 0 | 0.14 | 180 | 0.2 | 0.83 |
Hex | CA | DC | DC | 8 | 0 | 0 | E | B4 | 14 | 53 |
Octal | 312 | 334 | 334 | 10 | 0 | 0 | 16 | 264 | 24 | 123 |
Binary | 11001010 | 11011100 | 11011100 | 1000 | 0 | 0 | 1110 | 10110100 | 10100 | 1010011 |
Color Harmonies of #CADCDC
Complementary color
Monochromatic Colors of #CADCDC
Black with #CADCDC
Text Example
Text Example
White with #CADCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCDC; }
p { color: rgb(202,220,220); }
H1.HeaderClassName
{
color: #CADCDC;
}
.AnyTagClassName
{
color: #CADCDC;
}
</style>
background-color css
<style>
a { background-color: #CADCDC; }
a { background-color: rgb(202,220,220); }
div.DivClassName
{
background-color: #CADCDC;
}
.BgClassName
{
background-color: #CADCDC;
}
</style>
border-color css
<style>
span { border-color: #CADCDC; }
span { border-color: rgb(202,220,220); }
td.TdClassName
{
border-color: #CADCDC;
}
.TagClassName
{
border-color: #CADCDC;
}
</style>