Shades of Zumthor #CADADA
Tints of Zumthor #CADADA
RGB
CMYK
RGB Variations
Color information
#CADADA (or 0xCADADA) is known color: Zumthor. HEX triplet: CA, DA and DA. RGB value is (202,218,218). Sum of RGB (Red+Green+Blue) = 202+218+218=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #CADADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADADA is #352525. Grayscale: #D5D5D5. Windows color (decimal): -3482918 or 14342858. OLE color: 14342858.
HSL color Cylindrical-coordinate representation of color #CADADA: hue angle of 180º 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 #CADADA is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 218 | 218 | - |
CMYK | 0.07 | 0 | 0 | 0.15 |
HSL | 180º | 0.18% | 0.82% | - |
HSV(B) | 180º | 0.07% | 0.85% | - |
XYZ | 62.08 | 67.76 | 76.14 | - |
YUV | 213.22 | 130.7 | 120 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 218 | 0.07 | 0 | 0 | 0.15 | 180 | 0.18 | 0.82 |
Hex | CA | DA | DA | 7 | 0 | 0 | F | B4 | 12 | 52 |
Octal | 312 | 332 | 332 | 7 | 0 | 0 | 17 | 264 | 22 | 122 |
Binary | 11001010 | 11011010 | 11011010 | 111 | 0 | 0 | 1111 | 10110100 | 10010 | 1010010 |
Color Harmonies of #CADADA
Complementary color
Monochromatic Colors of #CADADA
Black with #CADADA
Text Example
Text Example
White with #CADADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADADA; }
p { color: rgb(202,218,218); }
H1.HeaderClassName
{
color: #CADADA;
}
.AnyTagClassName
{
color: #CADADA;
}
</style>
background-color css
<style>
a { background-color: #CADADA; }
a { background-color: rgb(202,218,218); }
div.DivClassName
{
background-color: #CADADA;
}
.BgClassName
{
background-color: #CADADA;
}
</style>
border-color css
<style>
span { border-color: #CADADA; }
span { border-color: rgb(202,218,218); }
td.TdClassName
{
border-color: #CADADA;
}
.TagClassName
{
border-color: #CADADA;
}
</style>