Shades of Swans Down #D6EFDE
Tints of Swans Down #D6EFDE
RGB
CMYK
RGB Variations
Color information
#D6EFDE (or 0xD6EFDE) is known color: Swans Down. HEX triplet: D6, EF and DE. RGB value is (214,239,222). Sum of RGB (Red+Green+Blue) = 214+239+222=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFDE is #291021. Grayscale: #E5E5E5. Windows color (decimal): -2691106 or 14610390. OLE color: 14610390.
HSL color Cylindrical-coordinate representation of color #D6EFDE: hue angle of 139.2º 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 #D6EFDE is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 239 | 222 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.06 |
| HSL | 139.2º | 0.44% | 0.89% | - |
| HSV(B) | 139.2º | 0.1% | 0.94% | - |
| XYZ | 71.78 | 81.3 | 81.02 | - |
| YUV | 229.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 239 | 222 | 0.10 | 0 | 0.07 | 0.06 | 139.2 | 0.44 | 0.89 |
| Hex | D6 | EF | DE | A | 0 | 7 | 6 | 8B | 2C | 59 |
| Octal | 326 | 357 | 336 | 12 | 0 | 7 | 6 | 213 | 54 | 131 |
| Binary | 11010110 | 11101111 | 11011110 | 1010 | 0 | 111 | 110 | 10001011 | 101100 | 1011001 |
Color Harmonies of #D6EFDE
Complementary color
Monochromatic Colors of #D6EFDE
Black with #D6EFDE
Text Example
Text Example
White with #D6EFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EFDE; }
p { color: rgb(214,239,222); }
H1.HeaderClassName
{
color: #D6EFDE;
}
.AnyTagClassName
{
color: #D6EFDE;
}
</style>
background-color css
<style>
a { background-color: #D6EFDE; }
a { background-color: rgb(214,239,222); }
div.DivClassName
{
background-color: #D6EFDE;
}
.BgClassName
{
background-color: #D6EFDE;
}
</style>
border-color css
<style>
span { border-color: #D6EFDE; }
span { border-color: rgb(214,239,222); }
td.TdClassName
{
border-color: #D6EFDE;
}
.TagClassName
{
border-color: #D6EFDE;
}
</style>