Shades of Zumthor #CADAD8
Tints of Zumthor #CADAD8
RGB
CMYK
RGB Variations
Color information
#CADAD8 (or 0xCADAD8) is known color: Zumthor. HEX triplet: CA, DA and D8. RGB value is (202,218,216). Sum of RGB (Red+Green+Blue) = 202+218+216=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADAD8 is #352527. Grayscale: #D4D4D4. Windows color (decimal): -3482920 or 14211786. OLE color: 14211786.
HSL color Cylindrical-coordinate representation of color #CADAD8: hue angle of 172.5º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CADAD8 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 218 | 216 | - |
CMYK | 0.07 | 0 | 0.01 | 0.15 |
HSL | 172.5º | 0.18% | 0.82% | - |
HSV(B) | 172.5º | 0.07% | 0.85% | - |
XYZ | 61.82 | 67.66 | 74.77 | - |
YUV | 212.99 | 129.7 | 120.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 216 | 0.07 | 0 | 0.01 | 0.15 | 172.5 | 0.18 | 0.82 |
Hex | CA | DA | D8 | 7 | 0 | 1 | F | AC | 12 | 52 |
Octal | 312 | 332 | 330 | 7 | 0 | 1 | 17 | 254 | 22 | 122 |
Binary | 11001010 | 11011010 | 11011000 | 111 | 0 | 1 | 1111 | 10101100 | 10010 | 1010010 |
Color Harmonies of #CADAD8
Complementary color
Monochromatic Colors of #CADAD8
Black with #CADAD8
Text Example
Text Example
White with #CADAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADAD8; }
p { color: rgb(202,218,216); }
H1.HeaderClassName
{
color: #CADAD8;
}
.AnyTagClassName
{
color: #CADAD8;
}
</style>
background-color css
<style>
a { background-color: #CADAD8; }
a { background-color: rgb(202,218,216); }
div.DivClassName
{
background-color: #CADAD8;
}
.BgClassName
{
background-color: #CADAD8;
}
</style>
border-color css
<style>
span { border-color: #CADAD8; }
span { border-color: rgb(202,218,216); }
td.TdClassName
{
border-color: #CADAD8;
}
.TagClassName
{
border-color: #CADAD8;
}
</style>