Shades of Swans Down #D6EFDB
Tints of Swans Down #D6EFDB
RGB
CMYK
RGB Variations
Color information
#D6EFDB (or 0xD6EFDB) is known color: Swans Down. HEX triplet: D6, EF and DB. RGB value is (214,239,219). Sum of RGB (Red+Green+Blue) = 214+239+219=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFDB is #291024. Grayscale: #E5E5E5. Windows color (decimal): -2691109 or 14413782. OLE color: 14413782.
HSL color Cylindrical-coordinate representation of color #D6EFDB: hue angle of 132º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EFDB is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 239 | 219 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.06 |
| HSL | 132º | 0.44% | 0.89% | - |
| HSV(B) | 132º | 0.1% | 0.94% | - |
| XYZ | 71.38 | 81.14 | 78.92 | - |
| YUV | 229.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 239 | 219 | 0.10 | 0 | 0.08 | 0.06 | 132 | 0.44 | 0.89 |
| Hex | D6 | EF | DB | A | 0 | 8 | 6 | 84 | 2C | 59 |
| Octal | 326 | 357 | 333 | 12 | 0 | 10 | 6 | 204 | 54 | 131 |
| Binary | 11010110 | 11101111 | 11011011 | 1010 | 0 | 1000 | 110 | 10000100 | 101100 | 1011001 |
Color Harmonies of #D6EFDB
Complementary color
Monochromatic Colors of #D6EFDB
Black with #D6EFDB
Text Example
Text Example
White with #D6EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EFDB; }
p { color: rgb(214,239,219); }
H1.HeaderClassName
{
color: #D6EFDB;
}
.AnyTagClassName
{
color: #D6EFDB;
}
</style>
background-color css
<style>
a { background-color: #D6EFDB; }
a { background-color: rgb(214,239,219); }
div.DivClassName
{
background-color: #D6EFDB;
}
.BgClassName
{
background-color: #D6EFDB;
}
</style>
border-color css
<style>
span { border-color: #D6EFDB; }
span { border-color: rgb(214,239,219); }
td.TdClassName
{
border-color: #D6EFDB;
}
.TagClassName
{
border-color: #D6EFDB;
}
</style>