Shades of Swans Down #D2EBDA
Tints of Swans Down #D2EBDA
RGB
CMYK
RGB Variations
Color information
#D2EBDA (or 0xD2EBDA) is known color: Swans Down. HEX triplet: D2, EB and DA. RGB value is (210,235,218). Sum of RGB (Red+Green+Blue) = 210+235+218=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBDA is #2D1425. Grayscale: #E1E1E1. Windows color (decimal): -2954278 or 14347218. OLE color: 14347218.
HSL color Cylindrical-coordinate representation of color #D2EBDA: hue angle of 139.2º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2EBDA is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 218 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.08 |
| HSL | 139.2º | 0.38% | 0.87% | - |
| HSV(B) | 139.2º | 0.11% | 0.92% | - |
| XYZ | 68.94 | 78.18 | 77.79 | - |
| YUV | 225.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 218 | 0.11 | 0 | 0.07 | 0.08 | 139.2 | 0.38 | 0.87 |
| Hex | D2 | EB | DA | B | 0 | 7 | 8 | 8B | 26 | 57 |
| Octal | 322 | 353 | 332 | 13 | 0 | 7 | 10 | 213 | 46 | 127 |
| Binary | 11010010 | 11101011 | 11011010 | 1011 | 0 | 111 | 1000 | 10001011 | 100110 | 1010111 |
Color Harmonies of #D2EBDA
Complementary color
Monochromatic Colors of #D2EBDA
Black with #D2EBDA
Text Example
Text Example
White with #D2EBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBDA; }
p { color: rgb(210,235,218); }
H1.HeaderClassName
{
color: #D2EBDA;
}
.AnyTagClassName
{
color: #D2EBDA;
}
</style>
background-color css
<style>
a { background-color: #D2EBDA; }
a { background-color: rgb(210,235,218); }
div.DivClassName
{
background-color: #D2EBDA;
}
.BgClassName
{
background-color: #D2EBDA;
}
</style>
border-color css
<style>
span { border-color: #D2EBDA; }
span { border-color: rgb(210,235,218); }
td.TdClassName
{
border-color: #D2EBDA;
}
.TagClassName
{
border-color: #D2EBDA;
}
</style>