Shades of Zumthor #C2D3D9
Tints of Zumthor #C2D3D9
RGB
CMYK
RGB Variations
Color information
#C2D3D9 (or 0xC2D3D9) is known color: Zumthor. HEX triplet: C2, D3 and D9. RGB value is (194,211,217). Sum of RGB (Red+Green+Blue) = 194+211+217=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 217 - color contains mainly: blue. Hex color #C2D3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D3D9 is #3D2C26. Grayscale: #CECECE. Windows color (decimal): -4008999 or 14275522. OLE color: 14275522.
HSL color Cylindrical-coordinate representation of color #C2D3D9: hue angle of 195.65º degrees, saturation: 0.23, 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 #C2D3D9 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 211 | 217 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.15 |
| HSL | 195.65º | 0.23% | 0.81% | - |
| HSV(B) | 195.65º | 0.11% | 0.85% | - |
| XYZ | 58.07 | 63.07 | 74.76 | - |
| YUV | 206.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 217 | 0.11 | 0.03 | 0 | 0.15 | 195.65 | 0.23 | 0.81 |
| Hex | C2 | D3 | D9 | B | 3 | 0 | F | C4 | 17 | 51 |
| Octal | 302 | 323 | 331 | 13 | 3 | 0 | 17 | 304 | 27 | 121 |
| Binary | 11000010 | 11010011 | 11011001 | 1011 | 11 | 0 | 1111 | 11000100 | 10111 | 1010001 |
Color Harmonies of #C2D3D9
Complementary color
Monochromatic Colors of #C2D3D9
Black with #C2D3D9
Text Example
Text Example
White with #C2D3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D3D9; }
p { color: rgb(194,211,217); }
H1.HeaderClassName
{
color: #C2D3D9;
}
.AnyTagClassName
{
color: #C2D3D9;
}
</style>
background-color css
<style>
a { background-color: #C2D3D9; }
a { background-color: rgb(194,211,217); }
div.DivClassName
{
background-color: #C2D3D9;
}
.BgClassName
{
background-color: #C2D3D9;
}
</style>
border-color css
<style>
span { border-color: #C2D3D9; }
span { border-color: rgb(194,211,217); }
td.TdClassName
{
border-color: #C2D3D9;
}
.TagClassName
{
border-color: #C2D3D9;
}
</style>