Shades of Swans Down #D1EFD6
Tints of Swans Down #D1EFD6
RGB
CMYK
RGB Variations
Color information
#D1EFD6 (or 0xD1EFD6) is known color: Swans Down. HEX triplet: D1, EF and D6. RGB value is (209,239,214). Sum of RGB (Red+Green+Blue) = 209+239+214=662 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.57% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EFD6 is #2E1029. Grayscale: #E3E3E3. Windows color (decimal): -3018794 or 14086097. OLE color: 14086097.
HSL color Cylindrical-coordinate representation of color #D1EFD6: hue angle of 130º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EFD6 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 214 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.06 |
| HSL | 130º | 0.48% | 0.88% | - |
| HSV(B) | 130º | 0.13% | 0.94% | - |
| XYZ | 69.3 | 80.14 | 75.44 | - |
| YUV | 227.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 214 | 0.13 | 0 | 0.10 | 0.06 | 130 | 0.48 | 0.88 |
| Hex | D1 | EF | D6 | D | 0 | A | 6 | 82 | 30 | 58 |
| Octal | 321 | 357 | 326 | 15 | 0 | 12 | 6 | 202 | 60 | 130 |
| Binary | 11010001 | 11101111 | 11010110 | 1101 | 0 | 1010 | 110 | 10000010 | 110000 | 1011000 |
Color Harmonies of #D1EFD6
Complementary color
Monochromatic Colors of #D1EFD6
Black with #D1EFD6
Text Example
Text Example
White with #D1EFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EFD6; }
p { color: rgb(209,239,214); }
H1.HeaderClassName
{
color: #D1EFD6;
}
.AnyTagClassName
{
color: #D1EFD6;
}
</style>
background-color css
<style>
a { background-color: #D1EFD6; }
a { background-color: rgb(209,239,214); }
div.DivClassName
{
background-color: #D1EFD6;
}
.BgClassName
{
background-color: #D1EFD6;
}
</style>
border-color css
<style>
span { border-color: #D1EFD6; }
span { border-color: rgb(209,239,214); }
td.TdClassName
{
border-color: #D1EFD6;
}
.TagClassName
{
border-color: #D1EFD6;
}
</style>