Shades of Swans Down #D7DBD8
Tints of Swans Down #D7DBD8
RGB
CMYK
RGB Variations
Color information
#D7DBD8 (or 0xD7DBD8) is known color: Swans Down. HEX triplet: D7, DB and D8. RGB value is (215,219,216). Sum of RGB (Red+Green+Blue) = 215+219+216=650 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.08% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBD8 is #282427. Grayscale: #D9D9D9. Windows color (decimal): -2630696 or 14212055. OLE color: 14212055.
HSL color Cylindrical-coordinate representation of color #D7DBD8: hue angle of 135º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D7DBD8 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 215 | 219 | 216 | - |
CMYK | 0.02 | 0 | 0.01 | 0.14 |
HSL | 135º | 0.05% | 0.85% | - |
HSV(B) | 135º | 0.02% | 0.86% | - |
XYZ | 65.75 | 70.07 | 75.02 | - |
YUV | 217.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 219 | 216 | 0.02 | 0 | 0.01 | 0.14 | 135 | 0.05 | 0.85 |
Hex | D7 | DB | D8 | 2 | 0 | 1 | E | 87 | 5 | 55 |
Octal | 327 | 333 | 330 | 2 | 0 | 1 | 16 | 207 | 5 | 125 |
Binary | 11010111 | 11011011 | 11011000 | 10 | 0 | 1 | 1110 | 10000111 | 101 | 1010101 |
Color Harmonies of #D7DBD8
Complementary color
Monochromatic Colors of #D7DBD8
Black with #D7DBD8
Text Example
Text Example
White with #D7DBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBD8; }
p { color: rgb(215,219,216); }
H1.HeaderClassName
{
color: #D7DBD8;
}
.AnyTagClassName
{
color: #D7DBD8;
}
</style>
background-color css
<style>
a { background-color: #D7DBD8; }
a { background-color: rgb(215,219,216); }
div.DivClassName
{
background-color: #D7DBD8;
}
.BgClassName
{
background-color: #D7DBD8;
}
</style>
border-color css
<style>
span { border-color: #D7DBD8; }
span { border-color: rgb(215,219,216); }
td.TdClassName
{
border-color: #D7DBD8;
}
.TagClassName
{
border-color: #D7DBD8;
}
</style>