Shades of Swans Down #D0E6D5
Tints of Swans Down #D0E6D5
RGB
CMYK
RGB Variations
Color information
#D0E6D5 (or 0xD0E6D5) is known color: Swans Down. HEX triplet: D0, E6 and D5. RGB value is (208,230,213). Sum of RGB (Red+Green+Blue) = 208+230+213=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E6D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E6D5 is #2F192A. Grayscale: #DDDDDD. Windows color (decimal): -3086635 or 14018256. OLE color: 14018256.
HSL color Cylindrical-coordinate representation of color #D0E6D5: hue angle of 133.64º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0E6D5 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 213 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.10 |
| HSL | 133.64º | 0.31% | 0.86% | - |
| HSV(B) | 133.64º | 0.1% | 0.9% | - |
| XYZ | 66.32 | 74.81 | 73.89 | - |
| YUV | 221.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 213 | 0.10 | 0 | 0.07 | 0.10 | 133.64 | 0.31 | 0.86 |
| Hex | D0 | E6 | D5 | A | 0 | 7 | A | 86 | 1F | 56 |
| Octal | 320 | 346 | 325 | 12 | 0 | 7 | 12 | 206 | 37 | 126 |
| Binary | 11010000 | 11100110 | 11010101 | 1010 | 0 | 111 | 1010 | 10000110 | 11111 | 1010110 |
Color Harmonies of #D0E6D5
Complementary color
Monochromatic Colors of #D0E6D5
Black with #D0E6D5
Text Example
Text Example
White with #D0E6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E6D5; }
p { color: rgb(208,230,213); }
H1.HeaderClassName
{
color: #D0E6D5;
}
.AnyTagClassName
{
color: #D0E6D5;
}
</style>
background-color css
<style>
a { background-color: #D0E6D5; }
a { background-color: rgb(208,230,213); }
div.DivClassName
{
background-color: #D0E6D5;
}
.BgClassName
{
background-color: #D0E6D5;
}
</style>
border-color css
<style>
span { border-color: #D0E6D5; }
span { border-color: rgb(208,230,213); }
td.TdClassName
{
border-color: #D0E6D5;
}
.TagClassName
{
border-color: #D0E6D5;
}
</style>