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