Shades of Zumthor #CDDBD9
Tints of Zumthor #CDDBD9
RGB
CMYK
RGB Variations
Color information
#CDDBD9 (or 0xCDDBD9) is known color: Zumthor. HEX triplet: CD, DB and D9. RGB value is (205,219,217). Sum of RGB (Red+Green+Blue) = 205+219+217=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBD9 is #322426. Grayscale: #D6D6D6. Windows color (decimal): -3286055 or 14277581. OLE color: 14277581.
HSL color Cylindrical-coordinate representation of color #CDDBD9: hue angle of 171.43º degrees, saturation: 0.16, 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 #CDDBD9 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 219 | 217 | - |
CMYK | 0.06 | 0 | 0.01 | 0.14 |
HSL | 171.43º | 0.16% | 0.83% | - |
HSV(B) | 171.43º | 0.06% | 0.86% | - |
XYZ | 63.03 | 68.65 | 75.57 | - |
YUV | 214.59 | 129.36 | 121.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 219 | 217 | 0.06 | 0 | 0.01 | 0.14 | 171.43 | 0.16 | 0.83 |
Hex | CD | DB | D9 | 6 | 0 | 1 | E | AB | 10 | 53 |
Octal | 315 | 333 | 331 | 6 | 0 | 1 | 16 | 253 | 20 | 123 |
Binary | 11001101 | 11011011 | 11011001 | 110 | 0 | 1 | 1110 | 10101011 | 10000 | 1010011 |
Color Harmonies of #CDDBD9
Complementary color
Monochromatic Colors of #CDDBD9
Black with #CDDBD9
Text Example
Text Example
White with #CDDBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBD9; }
p { color: rgb(205,219,217); }
H1.HeaderClassName
{
color: #CDDBD9;
}
.AnyTagClassName
{
color: #CDDBD9;
}
</style>
background-color css
<style>
a { background-color: #CDDBD9; }
a { background-color: rgb(205,219,217); }
div.DivClassName
{
background-color: #CDDBD9;
}
.BgClassName
{
background-color: #CDDBD9;
}
</style>
border-color css
<style>
span { border-color: #CDDBD9; }
span { border-color: rgb(205,219,217); }
td.TdClassName
{
border-color: #CDDBD9;
}
.TagClassName
{
border-color: #CDDBD9;
}
</style>