Shades of Zumthor #CDD5D5
Tints of Zumthor #CDD5D5
RGB
CMYK
RGB Variations
Color information
#CDD5D5 (or 0xCDD5D5) is known color: Zumthor. HEX triplet: CD, D5 and D5. RGB value is (205,213,213). Sum of RGB (Red+Green+Blue) = 205+213+213=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 213 - color contains mainly: green, blue. Hex color #CDD5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5D5 is #322A2A. Grayscale: #D2D2D2. Windows color (decimal): -3287595 or 14013901. OLE color: 14013901.
HSL color Cylindrical-coordinate representation of color #CDD5D5: hue angle of 180º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDD5D5 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 205 | 213 | 213 | - |
CMYK | 0.04 | 0 | 0 | 0.16 |
HSL | 180º | 0.09% | 0.82% | - |
HSV(B) | 180º | 0.04% | 0.84% | - |
XYZ | 60.98 | 65.37 | 72.35 | - |
YUV | 210.61 | 129.35 | 124 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 213 | 213 | 0.04 | 0 | 0 | 0.16 | 180 | 0.09 | 0.82 |
Hex | CD | D5 | D5 | 4 | 0 | 0 | 10 | B4 | 9 | 52 |
Octal | 315 | 325 | 325 | 4 | 0 | 0 | 20 | 264 | 11 | 122 |
Binary | 11001101 | 11010101 | 11010101 | 100 | 0 | 0 | 10000 | 10110100 | 1001 | 1010010 |
Color Harmonies of #CDD5D5
Complementary color
Monochromatic Colors of #CDD5D5
Black with #CDD5D5
Text Example
Text Example
White with #CDD5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5D5; }
p { color: rgb(205,213,213); }
H1.HeaderClassName
{
color: #CDD5D5;
}
.AnyTagClassName
{
color: #CDD5D5;
}
</style>
background-color css
<style>
a { background-color: #CDD5D5; }
a { background-color: rgb(205,213,213); }
div.DivClassName
{
background-color: #CDD5D5;
}
.BgClassName
{
background-color: #CDD5D5;
}
</style>
border-color css
<style>
span { border-color: #CDD5D5; }
span { border-color: rgb(205,213,213); }
td.TdClassName
{
border-color: #CDD5D5;
}
.TagClassName
{
border-color: #CDD5D5;
}
</style>