Shades of Zumthor #CEDBDA
Tints of Zumthor #CEDBDA
RGB
CMYK
RGB Variations
Color information
#CEDBDA (or 0xCEDBDA) is known color: Zumthor. HEX triplet: CE, DB and DA. RGB value is (206,219,218). Sum of RGB (Red+Green+Blue) = 206+219+218=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBDA is #312425. Grayscale: #D6D6D6. Windows color (decimal): -3220518 or 14343118. OLE color: 14343118.
HSL color Cylindrical-coordinate representation of color #CEDBDA: hue angle of 175.38º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDBDA is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 219 | 218 | - |
CMYK | 0.06 | 0 | 0.00 | 0.14 |
HSL | 175.38º | 0.15% | 0.83% | - |
HSV(B) | 175.38º | 0.06% | 0.86% | - |
XYZ | 63.44 | 68.85 | 76.27 | - |
YUV | 215 | 129.69 | 121.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 219 | 218 | 0.06 | 0 | 0.00 | 0.14 | 175.38 | 0.15 | 0.83 |
Hex | CE | DB | DA | 6 | 0 | 0 | E | AF | F | 53 |
Octal | 316 | 333 | 332 | 6 | 0 | 0 | 16 | 257 | 17 | 123 |
Binary | 11001110 | 11011011 | 11011010 | 110 | 0 | 0 | 1110 | 10101111 | 1111 | 1010011 |
Color Harmonies of #CEDBDA
Complementary color
Monochromatic Colors of #CEDBDA
Black with #CEDBDA
Text Example
Text Example
White with #CEDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBDA; }
p { color: rgb(206,219,218); }
H1.HeaderClassName
{
color: #CEDBDA;
}
.AnyTagClassName
{
color: #CEDBDA;
}
</style>
background-color css
<style>
a { background-color: #CEDBDA; }
a { background-color: rgb(206,219,218); }
div.DivClassName
{
background-color: #CEDBDA;
}
.BgClassName
{
background-color: #CEDBDA;
}
</style>
border-color css
<style>
span { border-color: #CEDBDA; }
span { border-color: rgb(206,219,218); }
td.TdClassName
{
border-color: #CEDBDA;
}
.TagClassName
{
border-color: #CEDBDA;
}
</style>