Shades of Zumthor #CEDDDD
Tints of Zumthor #CEDDDD
RGB
CMYK
RGB Variations
Color information
#CEDDDD (or 0xCEDDDD) is known color: Zumthor. HEX triplet: CE, DD and DD. RGB value is (206,221,221). Sum of RGB (Red+Green+Blue) = 206+221+221=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #CEDDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDDD is #312222. Grayscale: #D8D8D8. Windows color (decimal): -3220003 or 14540238. OLE color: 14540238.
HSL color Cylindrical-coordinate representation of color #CEDDDD: hue angle of 180º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEDDDD is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 221 | - |
| CMYK | 0.07 | 0 | 0 | 0.13 |
| HSL | 180º | 0.18% | 0.84% | - |
| HSV(B) | 180º | 0.07% | 0.87% | - |
| XYZ | 64.36 | 70.06 | 78.54 | - |
| YUV | 216.52 | 130.53 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 221 | 0.07 | 0 | 0 | 0.13 | 180 | 0.18 | 0.84 |
| Hex | CE | DD | DD | 7 | 0 | 0 | D | B4 | 12 | 54 |
| Octal | 316 | 335 | 335 | 7 | 0 | 0 | 15 | 264 | 22 | 124 |
| Binary | 11001110 | 11011101 | 11011101 | 111 | 0 | 0 | 1101 | 10110100 | 10010 | 1010100 |
Color Harmonies of #CEDDDD
Complementary color
Monochromatic Colors of #CEDDDD
Black with #CEDDDD
Text Example
Text Example
White with #CEDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDDD; }
p { color: rgb(206,221,221); }
H1.HeaderClassName
{
color: #CEDDDD;
}
.AnyTagClassName
{
color: #CEDDDD;
}
</style>
background-color css
<style>
a { background-color: #CEDDDD; }
a { background-color: rgb(206,221,221); }
div.DivClassName
{
background-color: #CEDDDD;
}
.BgClassName
{
background-color: #CEDDDD;
}
</style>
border-color css
<style>
span { border-color: #CEDDDD; }
span { border-color: rgb(206,221,221); }
td.TdClassName
{
border-color: #CEDDDD;
}
.TagClassName
{
border-color: #CEDDDD;
}
</style>