Shades of Zumthor #CDDBDC
Tints of Zumthor #CDDBDC
RGB
CMYK
RGB Variations
Color information
#CDDBDC (or 0xCDDBDC) is known color: Zumthor. HEX triplet: CD, DB and DC. RGB value is (205,219,220). Sum of RGB (Red+Green+Blue) = 205+219+220=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDDBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBDC is #322423. Grayscale: #D6D6D6. Windows color (decimal): -3286052 or 14474189. OLE color: 14474189.
HSL color Cylindrical-coordinate representation of color #CDDBDC: hue angle of 184º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDDBDC is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 220 | - |
| CMYK | 0.07 | 0.00 | 0 | 0.14 |
| HSL | 184º | 0.18% | 0.83% | - |
| HSV(B) | 184º | 0.07% | 0.86% | - |
| XYZ | 63.43 | 68.81 | 77.65 | - |
| YUV | 214.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 220 | 0.07 | 0.00 | 0 | 0.14 | 184 | 0.18 | 0.83 |
| Hex | CD | DB | DC | 7 | 0 | 0 | E | B8 | 12 | 53 |
| Octal | 315 | 333 | 334 | 7 | 0 | 0 | 16 | 270 | 22 | 123 |
| Binary | 11001101 | 11011011 | 11011100 | 111 | 0 | 0 | 1110 | 10111000 | 10010 | 1010011 |
Color Harmonies of #CDDBDC
Complementary color
Monochromatic Colors of #CDDBDC
Black with #CDDBDC
Text Example
Text Example
White with #CDDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBDC; }
p { color: rgb(205,219,220); }
H1.HeaderClassName
{
color: #CDDBDC;
}
.AnyTagClassName
{
color: #CDDBDC;
}
</style>
background-color css
<style>
a { background-color: #CDDBDC; }
a { background-color: rgb(205,219,220); }
div.DivClassName
{
background-color: #CDDBDC;
}
.BgClassName
{
background-color: #CDDBDC;
}
</style>
border-color css
<style>
span { border-color: #CDDBDC; }
span { border-color: rgb(205,219,220); }
td.TdClassName
{
border-color: #CDDBDC;
}
.TagClassName
{
border-color: #CDDBDC;
}
</style>