Shades of Zumthor #CDDCDA
Tints of Zumthor #CDDCDA
RGB
CMYK
RGB Variations
Color information
#CDDCDA (or 0xCDDCDA) is known color: Zumthor. HEX triplet: CD, DC and DA. RGB value is (205,220,218). Sum of RGB (Red+Green+Blue) = 205+220+218=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCDA is #322325. Grayscale: #D7D7D7. Windows color (decimal): -3285798 or 14343373. OLE color: 14343373.
HSL color Cylindrical-coordinate representation of color #CDDCDA: hue angle of 172º 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 #CDDCDA is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 220 | 218 | - |
CMYK | 0.07 | 0 | 0.01 | 0.14 |
HSL | 172º | 0.18% | 0.83% | - |
HSV(B) | 172º | 0.07% | 0.86% | - |
XYZ | 63.42 | 69.23 | 76.35 | - |
YUV | 215.29 | 129.53 | 120.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 220 | 218 | 0.07 | 0 | 0.01 | 0.14 | 172 | 0.18 | 0.83 |
Hex | CD | DC | DA | 7 | 0 | 1 | E | AC | 12 | 53 |
Octal | 315 | 334 | 332 | 7 | 0 | 1 | 16 | 254 | 22 | 123 |
Binary | 11001101 | 11011100 | 11011010 | 111 | 0 | 1 | 1110 | 10101100 | 10010 | 1010011 |
Color Harmonies of #CDDCDA
Complementary color
Monochromatic Colors of #CDDCDA
Black with #CDDCDA
Text Example
Text Example
White with #CDDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCDA; }
p { color: rgb(205,220,218); }
H1.HeaderClassName
{
color: #CDDCDA;
}
.AnyTagClassName
{
color: #CDDCDA;
}
</style>
background-color css
<style>
a { background-color: #CDDCDA; }
a { background-color: rgb(205,220,218); }
div.DivClassName
{
background-color: #CDDCDA;
}
.BgClassName
{
background-color: #CDDCDA;
}
</style>
border-color css
<style>
span { border-color: #CDDCDA; }
span { border-color: rgb(205,220,218); }
td.TdClassName
{
border-color: #CDDCDA;
}
.TagClassName
{
border-color: #CDDCDA;
}
</style>