Shades of Zumthor #CFDADB
Tints of Zumthor #CFDADB
RGB
CMYK
RGB Variations
Color information
#CFDADB (or 0xCFDADB) is known color: Zumthor. HEX triplet: CF, DA and DB. RGB value is (207,218,219). Sum of RGB (Red+Green+Blue) = 207+218+219=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFDADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDADB is #302524. Grayscale: #D6D6D6. Windows color (decimal): -3155237 or 14408399. OLE color: 14408399.
HSL color Cylindrical-coordinate representation of color #CFDADB: hue angle of 185º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFDADB is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 218 | 219 | - |
CMYK | 0.05 | 0.00 | 0 | 0.14 |
HSL | 185º | 0.14% | 0.84% | - |
HSV(B) | 185º | 0.05% | 0.86% | - |
XYZ | 63.59 | 68.52 | 76.89 | - |
YUV | 214.83 | 130.36 | 122.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 218 | 219 | 0.05 | 0.00 | 0 | 0.14 | 185 | 0.14 | 0.84 |
Hex | CF | DA | DB | 5 | 0 | 0 | E | B9 | E | 54 |
Octal | 317 | 332 | 333 | 5 | 0 | 0 | 16 | 271 | 16 | 124 |
Binary | 11001111 | 11011010 | 11011011 | 101 | 0 | 0 | 1110 | 10111001 | 1110 | 1010100 |
Color Harmonies of #CFDADB
Complementary color
Monochromatic Colors of #CFDADB
Black with #CFDADB
Text Example
Text Example
White with #CFDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDADB; }
p { color: rgb(207,218,219); }
H1.HeaderClassName
{
color: #CFDADB;
}
.AnyTagClassName
{
color: #CFDADB;
}
</style>
background-color css
<style>
a { background-color: #CFDADB; }
a { background-color: rgb(207,218,219); }
div.DivClassName
{
background-color: #CFDADB;
}
.BgClassName
{
background-color: #CFDADB;
}
</style>
border-color css
<style>
span { border-color: #CFDADB; }
span { border-color: rgb(207,218,219); }
td.TdClassName
{
border-color: #CFDADB;
}
.TagClassName
{
border-color: #CFDADB;
}
</style>