Shades of Zumthor #CDD9DA
Tints of Zumthor #CDD9DA
RGB
CMYK
RGB Variations
Color information
#CDD9DA (or 0xCDD9DA) is known color: Zumthor. HEX triplet: CD, D9 and DA. RGB value is (205,217,218). Sum of RGB (Red+Green+Blue) = 205+217+218=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDD9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9DA is #322625. Grayscale: #D5D5D5. Windows color (decimal): -3286566 or 14342605. OLE color: 14342605.
HSL color Cylindrical-coordinate representation of color #CDD9DA: hue angle of 184.62º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDD9DA is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 205 | 217 | 218 | - |
CMYK | 0.06 | 0.00 | 0 | 0.15 |
HSL | 184.62º | 0.15% | 0.83% | - |
HSV(B) | 184.62º | 0.06% | 0.85% | - |
XYZ | 62.64 | 67.67 | 76.09 | - |
YUV | 213.53 | 130.52 | 121.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 217 | 218 | 0.06 | 0.00 | 0 | 0.15 | 184.62 | 0.15 | 0.83 |
Hex | CD | D9 | DA | 6 | 0 | 0 | F | B9 | F | 53 |
Octal | 315 | 331 | 332 | 6 | 0 | 0 | 17 | 271 | 17 | 123 |
Binary | 11001101 | 11011001 | 11011010 | 110 | 0 | 0 | 1111 | 10111001 | 1111 | 1010011 |
Color Harmonies of #CDD9DA
Complementary color
Monochromatic Colors of #CDD9DA
Black with #CDD9DA
Text Example
Text Example
White with #CDD9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9DA; }
p { color: rgb(205,217,218); }
H1.HeaderClassName
{
color: #CDD9DA;
}
.AnyTagClassName
{
color: #CDD9DA;
}
</style>
background-color css
<style>
a { background-color: #CDD9DA; }
a { background-color: rgb(205,217,218); }
div.DivClassName
{
background-color: #CDD9DA;
}
.BgClassName
{
background-color: #CDD9DA;
}
</style>
border-color css
<style>
span { border-color: #CDD9DA; }
span { border-color: rgb(205,217,218); }
td.TdClassName
{
border-color: #CDD9DA;
}
.TagClassName
{
border-color: #CDD9DA;
}
</style>