Shades of Zumthor #CED3D5
Tints of Zumthor #CED3D5
RGB
CMYK
RGB Variations
Color information
#CED3D5 (or 0xCED3D5) is known color: Zumthor. HEX triplet: CE, D3 and D5. RGB value is (206,211,213). Sum of RGB (Red+Green+Blue) = 206+211+213=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 213 - color contains mainly: blue. Hex color #CED3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3D5 is #312C2A. Grayscale: #D1D1D1. Windows color (decimal): -3222571 or 14013390. OLE color: 14013390.
HSL color Cylindrical-coordinate representation of color #CED3D5: hue angle of 197.14º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CED3D5 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 211 | 213 | - |
CMYK | 0.03 | 0.01 | 0 | 0.16 |
HSL | 197.14º | 0.08% | 0.82% | - |
HSV(B) | 197.14º | 0.03% | 0.84% | - |
XYZ | 60.76 | 64.51 | 72.2 | - |
YUV | 209.73 | 129.84 | 125.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 211 | 213 | 0.03 | 0.01 | 0 | 0.16 | 197.14 | 0.08 | 0.82 |
Hex | CE | D3 | D5 | 3 | 1 | 0 | 10 | C5 | 8 | 52 |
Octal | 316 | 323 | 325 | 3 | 1 | 0 | 20 | 305 | 10 | 122 |
Binary | 11001110 | 11010011 | 11010101 | 11 | 1 | 0 | 10000 | 11000101 | 1000 | 1010010 |
Color Harmonies of #CED3D5
Complementary color
Monochromatic Colors of #CED3D5
Black with #CED3D5
Text Example
Text Example
White with #CED3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3D5; }
p { color: rgb(206,211,213); }
H1.HeaderClassName
{
color: #CED3D5;
}
.AnyTagClassName
{
color: #CED3D5;
}
</style>
background-color css
<style>
a { background-color: #CED3D5; }
a { background-color: rgb(206,211,213); }
div.DivClassName
{
background-color: #CED3D5;
}
.BgClassName
{
background-color: #CED3D5;
}
</style>
border-color css
<style>
span { border-color: #CED3D5; }
span { border-color: rgb(206,211,213); }
td.TdClassName
{
border-color: #CED3D5;
}
.TagClassName
{
border-color: #CED3D5;
}
</style>