Shades of Swans Down #D6E9DC
Tints of Swans Down #D6E9DC
RGB
CMYK
RGB Variations
Color information
#D6E9DC (or 0xD6E9DC) is known color: Swans Down. HEX triplet: D6, E9 and DC. RGB value is (214,233,220). Sum of RGB (Red+Green+Blue) = 214+233+220=667 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.08% from 667); Green value is 233 (91.41% from 255 or 34.93% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E9DC is #291623. Grayscale: #E1E1E1. Windows color (decimal): -2692644 or 14477782. OLE color: 14477782.
HSL color Cylindrical-coordinate representation of color #D6E9DC: hue angle of 138.95º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6E9DC is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 233 | 220 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.09 |
| HSL | 138.95º | 0.3% | 0.88% | - |
| HSV(B) | 138.95º | 0.08% | 0.91% | - |
| XYZ | 69.79 | 77.74 | 79.04 | - |
| YUV | 225.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 233 | 220 | 0.08 | 0 | 0.06 | 0.09 | 138.95 | 0.3 | 0.88 |
| Hex | D6 | E9 | DC | 8 | 0 | 6 | 9 | 8B | 1E | 58 |
| Octal | 326 | 351 | 334 | 10 | 0 | 6 | 11 | 213 | 36 | 130 |
| Binary | 11010110 | 11101001 | 11011100 | 1000 | 0 | 110 | 1001 | 10001011 | 11110 | 1011000 |
Color Harmonies of #D6E9DC
Complementary color
Monochromatic Colors of #D6E9DC
Black with #D6E9DC
Text Example
Text Example
White with #D6E9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E9DC; }
p { color: rgb(214,233,220); }
H1.HeaderClassName
{
color: #D6E9DC;
}
.AnyTagClassName
{
color: #D6E9DC;
}
</style>
background-color css
<style>
a { background-color: #D6E9DC; }
a { background-color: rgb(214,233,220); }
div.DivClassName
{
background-color: #D6E9DC;
}
.BgClassName
{
background-color: #D6E9DC;
}
</style>
border-color css
<style>
span { border-color: #D6E9DC; }
span { border-color: rgb(214,233,220); }
td.TdClassName
{
border-color: #D6E9DC;
}
.TagClassName
{
border-color: #D6E9DC;
}
</style>