Shades of Zumthor #C2DAD9
Tints of Zumthor #C2DAD9
RGB
CMYK
RGB Variations
Color information
#C2DAD9 (or 0xC2DAD9) is known color: Zumthor. HEX triplet: C2, DA and D9. RGB value is (194,218,217). Sum of RGB (Red+Green+Blue) = 194+218+217=629 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.84% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DAD9 is #3D2526. Grayscale: #D2D2D2. Windows color (decimal): -4007207 or 14277314. OLE color: 14277314.
HSL color Cylindrical-coordinate representation of color #C2DAD9: hue angle of 177.5º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2DAD9 is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 218 | 217 | - |
CMYK | 0.11 | 0 | 0.00 | 0.15 |
HSL | 177.5º | 0.24% | 0.81% | - |
HSV(B) | 177.5º | 0.11% | 0.85% | - |
XYZ | 59.84 | 66.62 | 75.35 | - |
YUV | 210.71 | 131.55 | 116.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 218 | 217 | 0.11 | 0 | 0.00 | 0.15 | 177.5 | 0.24 | 0.81 |
Hex | C2 | DA | D9 | B | 0 | 0 | F | B2 | 18 | 51 |
Octal | 302 | 332 | 331 | 13 | 0 | 0 | 17 | 262 | 30 | 121 |
Binary | 11000010 | 11011010 | 11011001 | 1011 | 0 | 0 | 1111 | 10110010 | 11000 | 1010001 |
Color Harmonies of #C2DAD9
Complementary color
Monochromatic Colors of #C2DAD9
Black with #C2DAD9
Text Example
Text Example
White with #C2DAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAD9; }
p { color: rgb(194,218,217); }
H1.HeaderClassName
{
color: #C2DAD9;
}
.AnyTagClassName
{
color: #C2DAD9;
}
</style>
background-color css
<style>
a { background-color: #C2DAD9; }
a { background-color: rgb(194,218,217); }
div.DivClassName
{
background-color: #C2DAD9;
}
.BgClassName
{
background-color: #C2DAD9;
}
</style>
border-color css
<style>
span { border-color: #C2DAD9; }
span { border-color: rgb(194,218,217); }
td.TdClassName
{
border-color: #C2DAD9;
}
.TagClassName
{
border-color: #C2DAD9;
}
</style>