Shades of Zumthor #CEDAD9
Tints of Zumthor #CEDAD9
RGB
CMYK
RGB Variations
Color information
#CEDAD9 (or 0xCEDAD9) is known color: Zumthor. HEX triplet: CE, DA and D9. RGB value is (206,218,217). Sum of RGB (Red+Green+Blue) = 206+218+217=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDAD9 is #312526. Grayscale: #D6D6D6. Windows color (decimal): -3220775 or 14277326. OLE color: 14277326.
HSL color Cylindrical-coordinate representation of color #CEDAD9: hue angle of 175º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDAD9 is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 218 | 217 | - |
CMYK | 0.06 | 0 | 0.00 | 0.15 |
HSL | 175º | 0.14% | 0.83% | - |
HSV(B) | 175º | 0.06% | 0.85% | - |
XYZ | 63.05 | 68.27 | 75.5 | - |
YUV | 214.3 | 129.52 | 122.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 217 | 0.06 | 0 | 0.00 | 0.15 | 175 | 0.14 | 0.83 |
Hex | CE | DA | D9 | 6 | 0 | 0 | F | AF | E | 53 |
Octal | 316 | 332 | 331 | 6 | 0 | 0 | 17 | 257 | 16 | 123 |
Binary | 11001110 | 11011010 | 11011001 | 110 | 0 | 0 | 1111 | 10101111 | 1110 | 1010011 |
Color Harmonies of #CEDAD9
Complementary color
Monochromatic Colors of #CEDAD9
Black with #CEDAD9
Text Example
Text Example
White with #CEDAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAD9; }
p { color: rgb(206,218,217); }
H1.HeaderClassName
{
color: #CEDAD9;
}
.AnyTagClassName
{
color: #CEDAD9;
}
</style>
background-color css
<style>
a { background-color: #CEDAD9; }
a { background-color: rgb(206,218,217); }
div.DivClassName
{
background-color: #CEDAD9;
}
.BgClassName
{
background-color: #CEDAD9;
}
</style>
border-color css
<style>
span { border-color: #CEDAD9; }
span { border-color: rgb(206,218,217); }
td.TdClassName
{
border-color: #CEDAD9;
}
.TagClassName
{
border-color: #CEDAD9;
}
</style>