Shades of Swans Down #D0EEDA
Tints of Swans Down #D0EEDA
RGB
CMYK
RGB Variations
Color information
#D0EEDA (or 0xD0EEDA) is known color: Swans Down. HEX triplet: D0, EE and DA. RGB value is (208,238,218). Sum of RGB (Red+Green+Blue) = 208+238+218=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEDA is #2F1125. Grayscale: #E2E2E2. Windows color (decimal): -3084582 or 14347984. OLE color: 14347984.
HSL color Cylindrical-coordinate representation of color #D0EEDA: hue angle of 140º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EEDA is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 218 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.07 |
| HSL | 140º | 0.47% | 0.87% | - |
| HSV(B) | 140º | 0.13% | 0.93% | - |
| XYZ | 69.24 | 79.62 | 78.05 | - |
| YUV | 226.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 218 | 0.13 | 0 | 0.08 | 0.07 | 140 | 0.47 | 0.87 |
| Hex | D0 | EE | DA | D | 0 | 8 | 7 | 8C | 2F | 57 |
| Octal | 320 | 356 | 332 | 15 | 0 | 10 | 7 | 214 | 57 | 127 |
| Binary | 11010000 | 11101110 | 11011010 | 1101 | 0 | 1000 | 111 | 10001100 | 101111 | 1010111 |
Color Harmonies of #D0EEDA
Complementary color
Monochromatic Colors of #D0EEDA
Black with #D0EEDA
Text Example
Text Example
White with #D0EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EEDA; }
p { color: rgb(208,238,218); }
H1.HeaderClassName
{
color: #D0EEDA;
}
.AnyTagClassName
{
color: #D0EEDA;
}
</style>
background-color css
<style>
a { background-color: #D0EEDA; }
a { background-color: rgb(208,238,218); }
div.DivClassName
{
background-color: #D0EEDA;
}
.BgClassName
{
background-color: #D0EEDA;
}
</style>
border-color css
<style>
span { border-color: #D0EEDA; }
span { border-color: rgb(208,238,218); }
td.TdClassName
{
border-color: #D0EEDA;
}
.TagClassName
{
border-color: #D0EEDA;
}
</style>