Shades of Zumthor #CADADC
Tints of Zumthor #CADADC
RGB
CMYK
RGB Variations
Color information
#CADADC (or 0xCADADC) is known color: Zumthor. HEX triplet: CA, DA and DC. RGB value is (202,218,220). Sum of RGB (Red+Green+Blue) = 202+218+220=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: blue. Hex color #CADADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADADC is #352523. Grayscale: #D5D5D5. Windows color (decimal): -3482916 or 14473930. OLE color: 14473930.
HSL color Cylindrical-coordinate representation of color #CADADC: hue angle of 186.67º 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 #CADADC is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 218 | 220 | - |
CMYK | 0.08 | 0.01 | 0 | 0.14 |
HSL | 186.67º | 0.2% | 0.83% | - |
HSV(B) | 186.67º | 0.08% | 0.86% | - |
XYZ | 62.35 | 67.87 | 77.52 | - |
YUV | 213.44 | 131.7 | 119.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 220 | 0.08 | 0.01 | 0 | 0.14 | 186.67 | 0.2 | 0.83 |
Hex | CA | DA | DC | 8 | 1 | 0 | E | BB | 14 | 53 |
Octal | 312 | 332 | 334 | 10 | 1 | 0 | 16 | 273 | 24 | 123 |
Binary | 11001010 | 11011010 | 11011100 | 1000 | 1 | 0 | 1110 | 10111011 | 10100 | 1010011 |
Color Harmonies of #CADADC
Complementary color
Monochromatic Colors of #CADADC
Black with #CADADC
Text Example
Text Example
White with #CADADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADADC; }
p { color: rgb(202,218,220); }
H1.HeaderClassName
{
color: #CADADC;
}
.AnyTagClassName
{
color: #CADADC;
}
</style>
background-color css
<style>
a { background-color: #CADADC; }
a { background-color: rgb(202,218,220); }
div.DivClassName
{
background-color: #CADADC;
}
.BgClassName
{
background-color: #CADADC;
}
</style>
border-color css
<style>
span { border-color: #CADADC; }
span { border-color: rgb(202,218,220); }
td.TdClassName
{
border-color: #CADADC;
}
.TagClassName
{
border-color: #CADADC;
}
</style>