Shades of Swans Down #D5EBDA
Tints of Swans Down #D5EBDA
RGB
CMYK
RGB Variations
Color information
#D5EBDA (or 0xD5EBDA) is known color: Swans Down. HEX triplet: D5, EB and DA. RGB value is (213,235,218). Sum of RGB (Red+Green+Blue) = 213+235+218=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBDA is #2A1425. Grayscale: #E2E2E2. Windows color (decimal): -2757670 or 14347221. OLE color: 14347221.
HSL color Cylindrical-coordinate representation of color #D5EBDA: hue angle of 133.64º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5EBDA is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 213 | 235 | 218 | - |
CMYK | 0.09 | 0 | 0.07 | 0.08 |
HSL | 133.64º | 0.35% | 0.88% | - |
HSV(B) | 133.64º | 0.09% | 0.92% | - |
XYZ | 69.8 | 78.62 | 77.83 | - |
YUV | 226.48 | 123.21 | 118.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 235 | 218 | 0.09 | 0 | 0.07 | 0.08 | 133.64 | 0.35 | 0.88 |
Hex | D5 | EB | DA | 9 | 0 | 7 | 8 | 86 | 23 | 58 |
Octal | 325 | 353 | 332 | 11 | 0 | 7 | 10 | 206 | 43 | 130 |
Binary | 11010101 | 11101011 | 11011010 | 1001 | 0 | 111 | 1000 | 10000110 | 100011 | 1011000 |
Color Harmonies of #D5EBDA
Complementary color
Monochromatic Colors of #D5EBDA
Black with #D5EBDA
Text Example
Text Example
White with #D5EBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EBDA; }
p { color: rgb(213,235,218); }
H1.HeaderClassName
{
color: #D5EBDA;
}
.AnyTagClassName
{
color: #D5EBDA;
}
</style>
background-color css
<style>
a { background-color: #D5EBDA; }
a { background-color: rgb(213,235,218); }
div.DivClassName
{
background-color: #D5EBDA;
}
.BgClassName
{
background-color: #D5EBDA;
}
</style>
border-color css
<style>
span { border-color: #D5EBDA; }
span { border-color: rgb(213,235,218); }
td.TdClassName
{
border-color: #D5EBDA;
}
.TagClassName
{
border-color: #D5EBDA;
}
</style>