Shades of Zumthor #C8DEDE
Tints of Zumthor #C8DEDE
RGB
CMYK
RGB Variations
Color information
#C8DEDE (or 0xC8DEDE) is known color: Zumthor. HEX triplet: C8, DE and DE. RGB value is (200,222,222). Sum of RGB (Red+Green+Blue) = 200+222+222=644 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.06% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #C8DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DEDE is #372121. Grayscale: #D7D7D7. Windows color (decimal): -3612962 or 14606024. OLE color: 14606024.
HSL color Cylindrical-coordinate representation of color #C8DEDE: hue angle of 180º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DEDE is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 222 | 222 | - |
CMYK | 0.10 | 0 | 0 | 0.13 |
HSL | 180º | 0.25% | 0.83% | - |
HSV(B) | 180º | 0.1% | 0.87% | - |
XYZ | 63.13 | 69.8 | 79.25 | - |
YUV | 215.42 | 131.71 | 117 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 222 | 222 | 0.10 | 0 | 0 | 0.13 | 180 | 0.25 | 0.83 |
Hex | C8 | DE | DE | A | 0 | 0 | D | B4 | 19 | 53 |
Octal | 310 | 336 | 336 | 12 | 0 | 0 | 15 | 264 | 31 | 123 |
Binary | 11001000 | 11011110 | 11011110 | 1010 | 0 | 0 | 1101 | 10110100 | 11001 | 1010011 |
Color Harmonies of #C8DEDE
Complementary color
Monochromatic Colors of #C8DEDE
Black with #C8DEDE
Text Example
Text Example
White with #C8DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DEDE; }
p { color: rgb(200,222,222); }
H1.HeaderClassName
{
color: #C8DEDE;
}
.AnyTagClassName
{
color: #C8DEDE;
}
</style>
background-color css
<style>
a { background-color: #C8DEDE; }
a { background-color: rgb(200,222,222); }
div.DivClassName
{
background-color: #C8DEDE;
}
.BgClassName
{
background-color: #C8DEDE;
}
</style>
border-color css
<style>
span { border-color: #C8DEDE; }
span { border-color: rgb(200,222,222); }
td.TdClassName
{
border-color: #C8DEDE;
}
.TagClassName
{
border-color: #C8DEDE;
}
</style>