Shades of Zumthor #C5D2D3
Tints of Zumthor #C5D2D3
RGB
CMYK
RGB Variations
Color information
#C5D2D3 (or 0xC5D2D3) is known color: Zumthor. HEX triplet: C5, D2 and D3. RGB value is (197,210,211). Sum of RGB (Red+Green+Blue) = 197+210+211=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 211 - color contains mainly: blue. Hex color #C5D2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D2D3 is #3A2D2C. Grayscale: #CECECE. Windows color (decimal): -3812653 or 13882053. OLE color: 13882053.
HSL color Cylindrical-coordinate representation of color #C5D2D3: hue angle of 184.29º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5D2D3 is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 210 | 211 | - |
| CMYK | 0.07 | 0.00 | 0 | 0.17 |
| HSL | 184.29º | 0.14% | 0.8% | - |
| HSV(B) | 184.29º | 0.07% | 0.83% | - |
| XYZ | 57.83 | 62.67 | 70.68 | - |
| YUV | 206.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 211 | 0.07 | 0.00 | 0 | 0.17 | 184.29 | 0.14 | 0.8 |
| Hex | C5 | D2 | D3 | 7 | 0 | 0 | 11 | B8 | E | 50 |
| Octal | 305 | 322 | 323 | 7 | 0 | 0 | 21 | 270 | 16 | 120 |
| Binary | 11000101 | 11010010 | 11010011 | 111 | 0 | 0 | 10001 | 10111000 | 1110 | 1010000 |
Color Harmonies of #C5D2D3
Complementary color
Monochromatic Colors of #C5D2D3
Black with #C5D2D3
Text Example
Text Example
White with #C5D2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D2D3; }
p { color: rgb(197,210,211); }
H1.HeaderClassName
{
color: #C5D2D3;
}
.AnyTagClassName
{
color: #C5D2D3;
}
</style>
background-color css
<style>
a { background-color: #C5D2D3; }
a { background-color: rgb(197,210,211); }
div.DivClassName
{
background-color: #C5D2D3;
}
.BgClassName
{
background-color: #C5D2D3;
}
</style>
border-color css
<style>
span { border-color: #C5D2D3; }
span { border-color: rgb(197,210,211); }
td.TdClassName
{
border-color: #C5D2D3;
}
.TagClassName
{
border-color: #C5D2D3;
}
</style>