Shades of Swans Down #D0E4D6
Tints of Swans Down #D0E4D6
RGB
CMYK
RGB Variations
Color information
#D0E4D6 (or 0xD0E4D6) is known color: Swans Down. HEX triplet: D0, E4 and D6. RGB value is (208,228,214). Sum of RGB (Red+Green+Blue) = 208+228+214=650 (86% of max value = 765). Red value is 208 (81.64% from 255 or 32% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E4D6 is #2F1B29. Grayscale: #DCDCDC. Windows color (decimal): -3087146 or 14083280. OLE color: 14083280.
HSL color Cylindrical-coordinate representation of color #D0E4D6: hue angle of 138º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0E4D6 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 228 | 214 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.11 |
| HSL | 138º | 0.27% | 0.85% | - |
| HSV(B) | 138º | 0.09% | 0.89% | - |
| XYZ | 65.89 | 73.75 | 74.38 | - |
| YUV | 220.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 228 | 214 | 0.09 | 0 | 0.06 | 0.11 | 138 | 0.27 | 0.85 |
| Hex | D0 | E4 | D6 | 9 | 0 | 6 | B | 8A | 1B | 55 |
| Octal | 320 | 344 | 326 | 11 | 0 | 6 | 13 | 212 | 33 | 125 |
| Binary | 11010000 | 11100100 | 11010110 | 1001 | 0 | 110 | 1011 | 10001010 | 11011 | 1010101 |
Color Harmonies of #D0E4D6
Complementary color
Monochromatic Colors of #D0E4D6
Black with #D0E4D6
Text Example
Text Example
White with #D0E4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E4D6; }
p { color: rgb(208,228,214); }
H1.HeaderClassName
{
color: #D0E4D6;
}
.AnyTagClassName
{
color: #D0E4D6;
}
</style>
background-color css
<style>
a { background-color: #D0E4D6; }
a { background-color: rgb(208,228,214); }
div.DivClassName
{
background-color: #D0E4D6;
}
.BgClassName
{
background-color: #D0E4D6;
}
</style>
border-color css
<style>
span { border-color: #D0E4D6; }
span { border-color: rgb(208,228,214); }
td.TdClassName
{
border-color: #D0E4D6;
}
.TagClassName
{
border-color: #D0E4D6;
}
</style>