Shades of Swans Down #D5EDDD
Tints of Swans Down #D5EDDD
RGB
CMYK
RGB Variations
Color information
#D5EDDD (or 0xD5EDDD) is known color: Swans Down. HEX triplet: D5, ED and DD. RGB value is (213,237,221). Sum of RGB (Red+Green+Blue) = 213+237+221=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDDD is #2A1222. Grayscale: #E4E4E4. Windows color (decimal): -2757155 or 14544341. OLE color: 14544341.
HSL color Cylindrical-coordinate representation of color #D5EDDD: hue angle of 140º degrees, saturation: 0.4, 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 #D5EDDD is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 237 | 221 | - |
CMYK | 0.10 | 0 | 0.07 | 0.07 |
HSL | 140º | 0.4% | 0.88% | - |
HSV(B) | 140º | 0.1% | 0.93% | - |
XYZ | 70.78 | 79.93 | 80.11 | - |
YUV | 228 | 124.05 | 117.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 237 | 221 | 0.10 | 0 | 0.07 | 0.07 | 140 | 0.4 | 0.88 |
Hex | D5 | ED | DD | A | 0 | 7 | 7 | 8C | 28 | 58 |
Octal | 325 | 355 | 335 | 12 | 0 | 7 | 7 | 214 | 50 | 130 |
Binary | 11010101 | 11101101 | 11011101 | 1010 | 0 | 111 | 111 | 10001100 | 101000 | 1011000 |
Color Harmonies of #D5EDDD
Complementary color
Monochromatic Colors of #D5EDDD
Black with #D5EDDD
Text Example
Text Example
White with #D5EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EDDD; }
p { color: rgb(213,237,221); }
H1.HeaderClassName
{
color: #D5EDDD;
}
.AnyTagClassName
{
color: #D5EDDD;
}
</style>
background-color css
<style>
a { background-color: #D5EDDD; }
a { background-color: rgb(213,237,221); }
div.DivClassName
{
background-color: #D5EDDD;
}
.BgClassName
{
background-color: #D5EDDD;
}
</style>
border-color css
<style>
span { border-color: #D5EDDD; }
span { border-color: rgb(213,237,221); }
td.TdClassName
{
border-color: #D5EDDD;
}
.TagClassName
{
border-color: #D5EDDD;
}
</style>