Shades of Swans Down #D5E8DB
Tints of Swans Down #D5E8DB
RGB
CMYK
RGB Variations
Color information
#D5E8DB (or 0xD5E8DB) is known color: Swans Down. HEX triplet: D5, E8 and DB. RGB value is (213,232,219). Sum of RGB (Red+Green+Blue) = 213+232+219=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E8DB is #2A1724. Grayscale: #E0E0E0. Windows color (decimal): -2758437 or 14411989. OLE color: 14411989.
HSL color Cylindrical-coordinate representation of color #D5E8DB: hue angle of 138.95º degrees, saturation: 0.29, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5E8DB is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 213 | 232 | 219 | - |
CMYK | 0.08 | 0 | 0.06 | 0.09 |
HSL | 138.95º | 0.29% | 0.87% | - |
HSV(B) | 138.95º | 0.08% | 0.91% | - |
XYZ | 69.08 | 76.97 | 78.23 | - |
YUV | 224.84 | 124.71 | 119.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 232 | 219 | 0.08 | 0 | 0.06 | 0.09 | 138.95 | 0.29 | 0.87 |
Hex | D5 | E8 | DB | 8 | 0 | 6 | 9 | 8B | 1D | 57 |
Octal | 325 | 350 | 333 | 10 | 0 | 6 | 11 | 213 | 35 | 127 |
Binary | 11010101 | 11101000 | 11011011 | 1000 | 0 | 110 | 1001 | 10001011 | 11101 | 1010111 |
Color Harmonies of #D5E8DB
Complementary color
Monochromatic Colors of #D5E8DB
Black with #D5E8DB
Text Example
Text Example
White with #D5E8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E8DB; }
p { color: rgb(213,232,219); }
H1.HeaderClassName
{
color: #D5E8DB;
}
.AnyTagClassName
{
color: #D5E8DB;
}
</style>
background-color css
<style>
a { background-color: #D5E8DB; }
a { background-color: rgb(213,232,219); }
div.DivClassName
{
background-color: #D5E8DB;
}
.BgClassName
{
background-color: #D5E8DB;
}
</style>
border-color css
<style>
span { border-color: #D5E8DB; }
span { border-color: rgb(213,232,219); }
td.TdClassName
{
border-color: #D5E8DB;
}
.TagClassName
{
border-color: #D5E8DB;
}
</style>