Shades of Swans Down #D5ECDA
Tints of Swans Down #D5ECDA
RGB
CMYK
RGB Variations
Color information
#D5ECDA (or 0xD5ECDA) is known color: Swans Down. HEX triplet: D5, EC and DA. RGB value is (213,236,218). Sum of RGB (Red+Green+Blue) = 213+236+218=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5ECDA is #2A1325. Grayscale: #E3E3E3. Windows color (decimal): -2757414 or 14347477. OLE color: 14347477.
HSL color Cylindrical-coordinate representation of color #D5ECDA: hue angle of 133.04º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5ECDA is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 236 | 218 | - |
CMYK | 0.10 | 0 | 0.08 | 0.07 |
HSL | 133.04º | 0.38% | 0.88% | - |
HSV(B) | 133.04º | 0.1% | 0.93% | - |
XYZ | 70.09 | 79.2 | 77.92 | - |
YUV | 227.07 | 122.88 | 117.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 236 | 218 | 0.10 | 0 | 0.08 | 0.07 | 133.04 | 0.38 | 0.88 |
Hex | D5 | EC | DA | A | 0 | 8 | 7 | 85 | 26 | 58 |
Octal | 325 | 354 | 332 | 12 | 0 | 10 | 7 | 205 | 46 | 130 |
Binary | 11010101 | 11101100 | 11011010 | 1010 | 0 | 1000 | 111 | 10000101 | 100110 | 1011000 |
Color Harmonies of #D5ECDA
Complementary color
Monochromatic Colors of #D5ECDA
Black with #D5ECDA
Text Example
Text Example
White with #D5ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ECDA; }
p { color: rgb(213,236,218); }
H1.HeaderClassName
{
color: #D5ECDA;
}
.AnyTagClassName
{
color: #D5ECDA;
}
</style>
background-color css
<style>
a { background-color: #D5ECDA; }
a { background-color: rgb(213,236,218); }
div.DivClassName
{
background-color: #D5ECDA;
}
.BgClassName
{
background-color: #D5ECDA;
}
</style>
border-color css
<style>
span { border-color: #D5ECDA; }
span { border-color: rgb(213,236,218); }
td.TdClassName
{
border-color: #D5ECDA;
}
.TagClassName
{
border-color: #D5ECDA;
}
</style>