Shades of Swans Down #D6EADA
Tints of Swans Down #D6EADA
RGB
CMYK
RGB Variations
Color information
#D6EADA (or 0xD6EADA) is known color: Swans Down. HEX triplet: D6, EA and DA. RGB value is (214,234,218). Sum of RGB (Red+Green+Blue) = 214+234+218=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EADA is #291525. Grayscale: #E2E2E2. Windows color (decimal): -2692390 or 14346966. OLE color: 14346966.
HSL color Cylindrical-coordinate representation of color #D6EADA: hue angle of 132º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6EADA is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 234 | 218 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.08 |
| HSL | 132º | 0.32% | 0.88% | - |
| HSV(B) | 132º | 0.09% | 0.92% | - |
| XYZ | 69.81 | 78.2 | 77.75 | - |
| YUV | 226.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 234 | 218 | 0.09 | 0 | 0.07 | 0.08 | 132 | 0.32 | 0.88 |
| Hex | D6 | EA | DA | 9 | 0 | 7 | 8 | 84 | 20 | 58 |
| Octal | 326 | 352 | 332 | 11 | 0 | 7 | 10 | 204 | 40 | 130 |
| Binary | 11010110 | 11101010 | 11011010 | 1001 | 0 | 111 | 1000 | 10000100 | 100000 | 1011000 |
Color Harmonies of #D6EADA
Complementary color
Monochromatic Colors of #D6EADA
Black with #D6EADA
Text Example
Text Example
White with #D6EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EADA; }
p { color: rgb(214,234,218); }
H1.HeaderClassName
{
color: #D6EADA;
}
.AnyTagClassName
{
color: #D6EADA;
}
</style>
background-color css
<style>
a { background-color: #D6EADA; }
a { background-color: rgb(214,234,218); }
div.DivClassName
{
background-color: #D6EADA;
}
.BgClassName
{
background-color: #D6EADA;
}
</style>
border-color css
<style>
span { border-color: #D6EADA; }
span { border-color: rgb(214,234,218); }
td.TdClassName
{
border-color: #D6EADA;
}
.TagClassName
{
border-color: #D6EADA;
}
</style>