Shades of Zumthor #CDDEDD
Tints of Zumthor #CDDEDD
RGB
CMYK
RGB Variations
Color information
#CDDEDD (or 0xCDDEDD) is known color: Zumthor. HEX triplet: CD, DE and DD. RGB value is (205,222,221). Sum of RGB (Red+Green+Blue) = 205+222+221=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEDD is #322122. Grayscale: #D8D8D8. Windows color (decimal): -3285283 or 14540493. OLE color: 14540493.
HSL color Cylindrical-coordinate representation of color #CDDEDD: hue angle of 176.47º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDDEDD is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 222 | 221 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.13 |
| HSL | 176.47º | 0.2% | 0.84% | - |
| HSV(B) | 176.47º | 0.08% | 0.87% | - |
| XYZ | 64.35 | 70.44 | 78.61 | - |
| YUV | 216.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 221 | 0.08 | 0 | 0.00 | 0.13 | 176.47 | 0.2 | 0.84 |
| Hex | CD | DE | DD | 8 | 0 | 0 | D | B0 | 14 | 54 |
| Octal | 315 | 336 | 335 | 10 | 0 | 0 | 15 | 260 | 24 | 124 |
| Binary | 11001101 | 11011110 | 11011101 | 1000 | 0 | 0 | 1101 | 10110000 | 10100 | 1010100 |
Color Harmonies of #CDDEDD
Complementary color
Monochromatic Colors of #CDDEDD
Black with #CDDEDD
Text Example
Text Example
White with #CDDEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDEDD; }
p { color: rgb(205,222,221); }
H1.HeaderClassName
{
color: #CDDEDD;
}
.AnyTagClassName
{
color: #CDDEDD;
}
</style>
background-color css
<style>
a { background-color: #CDDEDD; }
a { background-color: rgb(205,222,221); }
div.DivClassName
{
background-color: #CDDEDD;
}
.BgClassName
{
background-color: #CDDEDD;
}
</style>
border-color css
<style>
span { border-color: #CDDEDD; }
span { border-color: rgb(205,222,221); }
td.TdClassName
{
border-color: #CDDEDD;
}
.TagClassName
{
border-color: #CDDEDD;
}
</style>