Shades of Zumthor #CDDADB
Tints of Zumthor #CDDADB
RGB
CMYK
RGB Variations
Color information
#CDDADB (or 0xCDDADB) is known color: Zumthor. HEX triplet: CD, DA and DB. RGB value is (205,218,219). Sum of RGB (Red+Green+Blue) = 205+218+219=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDDADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDADB is #322524. Grayscale: #D6D6D6. Windows color (decimal): -3286309 or 14408397. OLE color: 14408397.
HSL color Cylindrical-coordinate representation of color #CDDADB: hue angle of 184.29º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDDADB is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 218 | 219 | - |
CMYK | 0.06 | 0.00 | 0 | 0.14 |
HSL | 184.29º | 0.16% | 0.83% | - |
HSV(B) | 184.29º | 0.06% | 0.86% | - |
XYZ | 63.03 | 68.24 | 76.87 | - |
YUV | 214.23 | 130.69 | 121.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 218 | 219 | 0.06 | 0.00 | 0 | 0.14 | 184.29 | 0.16 | 0.83 |
Hex | CD | DA | DB | 6 | 0 | 0 | E | B8 | 10 | 53 |
Octal | 315 | 332 | 333 | 6 | 0 | 0 | 16 | 270 | 20 | 123 |
Binary | 11001101 | 11011010 | 11011011 | 110 | 0 | 0 | 1110 | 10111000 | 10000 | 1010011 |
Color Harmonies of #CDDADB
Complementary color
Monochromatic Colors of #CDDADB
Black with #CDDADB
Text Example
Text Example
White with #CDDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDADB; }
p { color: rgb(205,218,219); }
H1.HeaderClassName
{
color: #CDDADB;
}
.AnyTagClassName
{
color: #CDDADB;
}
</style>
background-color css
<style>
a { background-color: #CDDADB; }
a { background-color: rgb(205,218,219); }
div.DivClassName
{
background-color: #CDDADB;
}
.BgClassName
{
background-color: #CDDADB;
}
</style>
border-color css
<style>
span { border-color: #CDDADB; }
span { border-color: rgb(205,218,219); }
td.TdClassName
{
border-color: #CDDADB;
}
.TagClassName
{
border-color: #CDDADB;
}
</style>