Shades of Swans Down #D8EDDD
Tints of Swans Down #D8EDDD
RGB
CMYK
RGB Variations
Color information
#D8EDDD (or 0xD8EDDD) is known color: Swans Down. HEX triplet: D8, ED and DD. RGB value is (216,237,221). Sum of RGB (Red+Green+Blue) = 216+237+221=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 237 - color contains mainly: green. Hex color #D8EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EDDD is #271222. Grayscale: #E4E4E4. Windows color (decimal): -2560547 or 14544344. OLE color: 14544344.
HSL color Cylindrical-coordinate representation of color #D8EDDD: hue angle of 134.29º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8EDDD is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 237 | 221 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.07 |
| HSL | 134.29º | 0.37% | 0.89% | - |
| HSV(B) | 134.29º | 0.09% | 0.93% | - |
| XYZ | 71.65 | 80.39 | 80.15 | - |
| YUV | 228.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 221 | 0.09 | 0 | 0.07 | 0.07 | 134.29 | 0.37 | 0.89 |
| Hex | D8 | ED | DD | 9 | 0 | 7 | 7 | 86 | 25 | 59 |
| Octal | 330 | 355 | 335 | 11 | 0 | 7 | 7 | 206 | 45 | 131 |
| Binary | 11011000 | 11101101 | 11011101 | 1001 | 0 | 111 | 111 | 10000110 | 100101 | 1011001 |
Color Harmonies of #D8EDDD
Complementary color
Monochromatic Colors of #D8EDDD
Black with #D8EDDD
Text Example
Text Example
White with #D8EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EDDD; }
p { color: rgb(216,237,221); }
H1.HeaderClassName
{
color: #D8EDDD;
}
.AnyTagClassName
{
color: #D8EDDD;
}
</style>
background-color css
<style>
a { background-color: #D8EDDD; }
a { background-color: rgb(216,237,221); }
div.DivClassName
{
background-color: #D8EDDD;
}
.BgClassName
{
background-color: #D8EDDD;
}
</style>
border-color css
<style>
span { border-color: #D8EDDD; }
span { border-color: rgb(216,237,221); }
td.TdClassName
{
border-color: #D8EDDD;
}
.TagClassName
{
border-color: #D8EDDD;
}
</style>