Shades of Zumthor #CFDBDB
Tints of Zumthor #CFDBDB
RGB
CMYK
RGB Variations
Color information
#CFDBDB (or 0xCFDBDB) is known color: Zumthor. HEX triplet: CF, DB and DB. RGB value is (207,219,219). Sum of RGB (Red+Green+Blue) = 207+219+219=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #CFDBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBDB is #302424. Grayscale: #D7D7D7. Windows color (decimal): -3154981 or 14408655. OLE color: 14408655.
HSL color Cylindrical-coordinate representation of color #CFDBDB: hue angle of 180º 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 #CFDBDB is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 219 | 219 | - |
CMYK | 0.05 | 0 | 0 | 0.14 |
HSL | 180º | 0.14% | 0.84% | - |
HSV(B) | 180º | 0.05% | 0.86% | - |
XYZ | 63.85 | 69.04 | 76.98 | - |
YUV | 215.41 | 130.02 | 122 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 219 | 219 | 0.05 | 0 | 0 | 0.14 | 180 | 0.14 | 0.84 |
Hex | CF | DB | DB | 5 | 0 | 0 | E | B4 | E | 54 |
Octal | 317 | 333 | 333 | 5 | 0 | 0 | 16 | 264 | 16 | 124 |
Binary | 11001111 | 11011011 | 11011011 | 101 | 0 | 0 | 1110 | 10110100 | 1110 | 1010100 |
Color Harmonies of #CFDBDB
Complementary color
Monochromatic Colors of #CFDBDB
Black with #CFDBDB
Text Example
Text Example
White with #CFDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBDB; }
p { color: rgb(207,219,219); }
H1.HeaderClassName
{
color: #CFDBDB;
}
.AnyTagClassName
{
color: #CFDBDB;
}
</style>
background-color css
<style>
a { background-color: #CFDBDB; }
a { background-color: rgb(207,219,219); }
div.DivClassName
{
background-color: #CFDBDB;
}
.BgClassName
{
background-color: #CFDBDB;
}
</style>
border-color css
<style>
span { border-color: #CFDBDB; }
span { border-color: rgb(207,219,219); }
td.TdClassName
{
border-color: #CFDBDB;
}
.TagClassName
{
border-color: #CFDBDB;
}
</style>