Shades of Zumthor #CED1D2
Tints of Zumthor #CED1D2
RGB
CMYK
RGB Variations
Color information
#CED1D2 (or 0xCED1D2) is known color: Zumthor. HEX triplet: CE, D1 and D2. RGB value is (206,209,210). Sum of RGB (Red+Green+Blue) = 206+209+210=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 210 - color contains mainly: blue. Hex color #CED1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1D2 is #312E2D. Grayscale: #D0D0D0. Windows color (decimal): -3223086 or 13816270. OLE color: 13816270.
HSL color Cylindrical-coordinate representation of color #CED1D2: hue angle of 195º degrees, saturation: 0.04, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CED1D2 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 209 | 210 | - |
CMYK | 0.02 | 0.00 | 0 | 0.18 |
HSL | 195º | 0.04% | 0.82% | - |
HSV(B) | 195º | 0.02% | 0.82% | - |
XYZ | 59.89 | 63.38 | 70.05 | - |
YUV | 208.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 209 | 210 | 0.02 | 0.00 | 0 | 0.18 | 195 | 0.04 | 0.82 |
Hex | CE | D1 | D2 | 2 | 0 | 0 | 12 | C3 | 4 | 52 |
Octal | 316 | 321 | 322 | 2 | 0 | 0 | 22 | 303 | 4 | 122 |
Binary | 11001110 | 11010001 | 11010010 | 10 | 0 | 0 | 10010 | 11000011 | 100 | 1010010 |
Color Harmonies of #CED1D2
Complementary color
Monochromatic Colors of #CED1D2
Black with #CED1D2
Text Example
Text Example
White with #CED1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1D2; }
p { color: rgb(206,209,210); }
H1.HeaderClassName
{
color: #CED1D2;
}
.AnyTagClassName
{
color: #CED1D2;
}
</style>
background-color css
<style>
a { background-color: #CED1D2; }
a { background-color: rgb(206,209,210); }
div.DivClassName
{
background-color: #CED1D2;
}
.BgClassName
{
background-color: #CED1D2;
}
</style>
border-color css
<style>
span { border-color: #CED1D2; }
span { border-color: rgb(206,209,210); }
td.TdClassName
{
border-color: #CED1D2;
}
.TagClassName
{
border-color: #CED1D2;
}
</style>