Shades of Swans Down #D5E6DB
Tints of Swans Down #D5E6DB
RGB
CMYK
RGB Variations
Color information
#D5E6DB (or 0xD5E6DB) is known color: Swans Down. HEX triplet: D5, E6 and DB. RGB value is (213,230,219). Sum of RGB (Red+Green+Blue) = 213+230+219=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E6DB is #2A1924. Grayscale: #DFDFDF. Windows color (decimal): -2758949 or 14411477. OLE color: 14411477.
HSL color Cylindrical-coordinate representation of color #D5E6DB: hue angle of 141.18º degrees, saturation: 0.25, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5E6DB is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 213 | 230 | 219 | - |
CMYK | 0.07 | 0 | 0.05 | 0.10 |
HSL | 141.18º | 0.25% | 0.87% | - |
HSV(B) | 141.18º | 0.07% | 0.9% | - |
XYZ | 68.52 | 75.85 | 78.05 | - |
YUV | 223.66 | 125.37 | 120.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 230 | 219 | 0.07 | 0 | 0.05 | 0.10 | 141.18 | 0.25 | 0.87 |
Hex | D5 | E6 | DB | 7 | 0 | 5 | A | 8D | 19 | 57 |
Octal | 325 | 346 | 333 | 7 | 0 | 5 | 12 | 215 | 31 | 127 |
Binary | 11010101 | 11100110 | 11011011 | 111 | 0 | 101 | 1010 | 10001101 | 11001 | 1010111 |
Color Harmonies of #D5E6DB
Complementary color
Monochromatic Colors of #D5E6DB
Black with #D5E6DB
Text Example
Text Example
White with #D5E6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E6DB; }
p { color: rgb(213,230,219); }
H1.HeaderClassName
{
color: #D5E6DB;
}
.AnyTagClassName
{
color: #D5E6DB;
}
</style>
background-color css
<style>
a { background-color: #D5E6DB; }
a { background-color: rgb(213,230,219); }
div.DivClassName
{
background-color: #D5E6DB;
}
.BgClassName
{
background-color: #D5E6DB;
}
</style>
border-color css
<style>
span { border-color: #D5E6DB; }
span { border-color: rgb(213,230,219); }
td.TdClassName
{
border-color: #D5E6DB;
}
.TagClassName
{
border-color: #D5E6DB;
}
</style>