Shades of Swans Down #DBDFDC
Tints of Swans Down #DBDFDC
RGB
CMYK
RGB Variations
Color information
#DBDFDC (or 0xDBDFDC) is known color: Swans Down. HEX triplet: DB, DF and DC. RGB value is (219,223,220). Sum of RGB (Red+Green+Blue) = 219+223+220=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFDC is #242023. Grayscale: #DDDDDD. Windows color (decimal): -2367524 or 14475227. OLE color: 14475227.
HSL color Cylindrical-coordinate representation of color #DBDFDC: hue angle of 135º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBDFDC is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 220 | - |
CMYK | 0.02 | 0 | 0.01 | 0.13 |
HSL | 135º | 0.06% | 0.87% | - |
HSV(B) | 135º | 0.02% | 0.87% | - |
XYZ | 68.52 | 73 | 78.19 | - |
YUV | 221.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 220 | 0.02 | 0 | 0.01 | 0.13 | 135 | 0.06 | 0.87 |
Hex | DB | DF | DC | 2 | 0 | 1 | D | 87 | 6 | 57 |
Octal | 333 | 337 | 334 | 2 | 0 | 1 | 15 | 207 | 6 | 127 |
Binary | 11011011 | 11011111 | 11011100 | 10 | 0 | 1 | 1101 | 10000111 | 110 | 1010111 |
Color Harmonies of #DBDFDC
Complementary color
Monochromatic Colors of #DBDFDC
Black with #DBDFDC
Text Example
Text Example
White with #DBDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFDC; }
p { color: rgb(219,223,220); }
H1.HeaderClassName
{
color: #DBDFDC;
}
.AnyTagClassName
{
color: #DBDFDC;
}
</style>
background-color css
<style>
a { background-color: #DBDFDC; }
a { background-color: rgb(219,223,220); }
div.DivClassName
{
background-color: #DBDFDC;
}
.BgClassName
{
background-color: #DBDFDC;
}
</style>
border-color css
<style>
span { border-color: #DBDFDC; }
span { border-color: rgb(219,223,220); }
td.TdClassName
{
border-color: #DBDFDC;
}
.TagClassName
{
border-color: #DBDFDC;
}
</style>