Shades of Zumthor #C7D9DA
Tints of Zumthor #C7D9DA
RGB
CMYK
RGB Variations
Color information
#C7D9DA (or 0xC7D9DA) is known color: Zumthor. HEX triplet: C7, D9 and DA. RGB value is (199,217,218). Sum of RGB (Red+Green+Blue) = 199+217+218=634 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.39% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7D9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D9DA is #382625. Grayscale: #D3D3D3. Windows color (decimal): -3679782 or 14342599. OLE color: 14342599.
HSL color Cylindrical-coordinate representation of color #C7D9DA: hue angle of 183.16º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7D9DA is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 217 | 218 | - |
CMYK | 0.09 | 0.00 | 0 | 0.15 |
HSL | 183.16º | 0.2% | 0.82% | - |
HSV(B) | 183.16º | 0.09% | 0.85% | - |
XYZ | 61.02 | 66.83 | 76.01 | - |
YUV | 211.73 | 131.54 | 118.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 217 | 218 | 0.09 | 0.00 | 0 | 0.15 | 183.16 | 0.2 | 0.82 |
Hex | C7 | D9 | DA | 9 | 0 | 0 | F | B7 | 14 | 52 |
Octal | 307 | 331 | 332 | 11 | 0 | 0 | 17 | 267 | 24 | 122 |
Binary | 11000111 | 11011001 | 11011010 | 1001 | 0 | 0 | 1111 | 10110111 | 10100 | 1010010 |
Color Harmonies of #C7D9DA
Complementary color
Monochromatic Colors of #C7D9DA
Black with #C7D9DA
Text Example
Text Example
White with #C7D9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D9DA; }
p { color: rgb(199,217,218); }
H1.HeaderClassName
{
color: #C7D9DA;
}
.AnyTagClassName
{
color: #C7D9DA;
}
</style>
background-color css
<style>
a { background-color: #C7D9DA; }
a { background-color: rgb(199,217,218); }
div.DivClassName
{
background-color: #C7D9DA;
}
.BgClassName
{
background-color: #C7D9DA;
}
</style>
border-color css
<style>
span { border-color: #C7D9DA; }
span { border-color: rgb(199,217,218); }
td.TdClassName
{
border-color: #C7D9DA;
}
.TagClassName
{
border-color: #C7D9DA;
}
</style>