Shades of Zumthor #C8D4D3
Tints of Zumthor #C8D4D3
RGB
CMYK
RGB Variations
Color information
#C8D4D3 (or 0xC8D4D3) is known color: Zumthor. HEX triplet: C8, D4 and D3. RGB value is (200,212,211). Sum of RGB (Red+Green+Blue) = 200+212+211=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D4D3 is #372B2C. Grayscale: #D0D0D0. Windows color (decimal): -3615533 or 13882568. OLE color: 13882568.
HSL color Cylindrical-coordinate representation of color #C8D4D3: hue angle of 175º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8D4D3 is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
RGB | 200 | 212 | 211 | - |
CMYK | 0.06 | 0 | 0.00 | 0.17 |
HSL | 175º | 0.12% | 0.81% | - |
HSV(B) | 175º | 0.06% | 0.83% | - |
XYZ | 59.12 | 64.07 | 70.88 | - |
YUV | 208.3 | 129.52 | 122.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 212 | 211 | 0.06 | 0 | 0.00 | 0.17 | 175 | 0.12 | 0.81 |
Hex | C8 | D4 | D3 | 6 | 0 | 0 | 11 | AF | C | 51 |
Octal | 310 | 324 | 323 | 6 | 0 | 0 | 21 | 257 | 14 | 121 |
Binary | 11001000 | 11010100 | 11010011 | 110 | 0 | 0 | 10001 | 10101111 | 1100 | 1010001 |
Color Harmonies of #C8D4D3
Complementary color
Monochromatic Colors of #C8D4D3
Black with #C8D4D3
Text Example
Text Example
White with #C8D4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D4D3; }
p { color: rgb(200,212,211); }
H1.HeaderClassName
{
color: #C8D4D3;
}
.AnyTagClassName
{
color: #C8D4D3;
}
</style>
background-color css
<style>
a { background-color: #C8D4D3; }
a { background-color: rgb(200,212,211); }
div.DivClassName
{
background-color: #C8D4D3;
}
.BgClassName
{
background-color: #C8D4D3;
}
</style>
border-color css
<style>
span { border-color: #C8D4D3; }
span { border-color: rgb(200,212,211); }
td.TdClassName
{
border-color: #C8D4D3;
}
.TagClassName
{
border-color: #C8D4D3;
}
</style>