Shades of Swans Down #D2EDD8
Tints of Swans Down #D2EDD8
RGB
CMYK
RGB Variations
Color information
#D2EDD8 (or 0xD2EDD8) is known color: Swans Down. HEX triplet: D2, ED and D8. RGB value is (210,237,216). Sum of RGB (Red+Green+Blue) = 210+237+216=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDD8 is #2D1227. Grayscale: #E2E2E2. Windows color (decimal): -2953768 or 14216658. OLE color: 14216658.
HSL color Cylindrical-coordinate representation of color #D2EDD8: hue angle of 133.33º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2EDD8 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 237 | 216 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.07 |
| HSL | 133.33º | 0.43% | 0.88% | - |
| HSV(B) | 133.33º | 0.11% | 0.93% | - |
| XYZ | 69.26 | 79.23 | 76.61 | - |
| YUV | 226.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 237 | 216 | 0.11 | 0 | 0.09 | 0.07 | 133.33 | 0.43 | 0.88 |
| Hex | D2 | ED | D8 | B | 0 | 9 | 7 | 85 | 2B | 58 |
| Octal | 322 | 355 | 330 | 13 | 0 | 11 | 7 | 205 | 53 | 130 |
| Binary | 11010010 | 11101101 | 11011000 | 1011 | 0 | 1001 | 111 | 10000101 | 101011 | 1011000 |
Color Harmonies of #D2EDD8
Complementary color
Monochromatic Colors of #D2EDD8
Black with #D2EDD8
Text Example
Text Example
White with #D2EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EDD8; }
p { color: rgb(210,237,216); }
H1.HeaderClassName
{
color: #D2EDD8;
}
.AnyTagClassName
{
color: #D2EDD8;
}
</style>
background-color css
<style>
a { background-color: #D2EDD8; }
a { background-color: rgb(210,237,216); }
div.DivClassName
{
background-color: #D2EDD8;
}
.BgClassName
{
background-color: #D2EDD8;
}
</style>
border-color css
<style>
span { border-color: #D2EDD8; }
span { border-color: rgb(210,237,216); }
td.TdClassName
{
border-color: #D2EDD8;
}
.TagClassName
{
border-color: #D2EDD8;
}
</style>