Shades of Swans Down #D6F0E0
Tints of Swans Down #D6F0E0
RGB
CMYK
RGB Variations
Color information
#D6F0E0 (or 0xD6F0E0) is known color: Swans Down. HEX triplet: D6, F0 and E0. RGB value is (214,240,224). Sum of RGB (Red+Green+Blue) = 214+240+224=678 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.56% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F0E0 is #290F1F. Grayscale: #E6E6E6. Windows color (decimal): -2690848 or 14741718. OLE color: 14741718.
HSL color Cylindrical-coordinate representation of color #D6F0E0: hue angle of 143.08º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6F0E0 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 240 | 224 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.06 |
| HSL | 143.08º | 0.46% | 0.89% | - |
| HSV(B) | 143.08º | 0.11% | 0.94% | - |
| XYZ | 72.35 | 82 | 82.54 | - |
| YUV | 230.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 240 | 224 | 0.11 | 0 | 0.07 | 0.06 | 143.08 | 0.46 | 0.89 |
| Hex | D6 | F0 | E0 | B | 0 | 7 | 6 | 8F | 2E | 59 |
| Octal | 326 | 360 | 340 | 13 | 0 | 7 | 6 | 217 | 56 | 131 |
| Binary | 11010110 | 11110000 | 11100000 | 1011 | 0 | 111 | 110 | 10001111 | 101110 | 1011001 |
Color Harmonies of #D6F0E0
Complementary color
Monochromatic Colors of #D6F0E0
Black with #D6F0E0
Text Example
Text Example
White with #D6F0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F0E0; }
p { color: rgb(214,240,224); }
H1.HeaderClassName
{
color: #D6F0E0;
}
.AnyTagClassName
{
color: #D6F0E0;
}
</style>
background-color css
<style>
a { background-color: #D6F0E0; }
a { background-color: rgb(214,240,224); }
div.DivClassName
{
background-color: #D6F0E0;
}
.BgClassName
{
background-color: #D6F0E0;
}
</style>
border-color css
<style>
span { border-color: #D6F0E0; }
span { border-color: rgb(214,240,224); }
td.TdClassName
{
border-color: #D6F0E0;
}
.TagClassName
{
border-color: #D6F0E0;
}
</style>