Shades of Swans Down #D2F2DE
Tints of Swans Down #D2F2DE
RGB
CMYK
RGB Variations
Color information
#D2F2DE (or 0xD2F2DE) is known color: Swans Down. HEX triplet: D2, F2 and DE. RGB value is (210,242,222). Sum of RGB (Red+Green+Blue) = 210+242+222=674 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.16% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F2DE is #2D0D21. Grayscale: #E6E6E6. Windows color (decimal): -2952482 or 14611154. OLE color: 14611154.
HSL color Cylindrical-coordinate representation of color #D2F2DE: hue angle of 142.5º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2F2DE is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 242 | 222 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.05 |
| HSL | 142.5º | 0.55% | 0.89% | - |
| HSV(B) | 142.5º | 0.13% | 0.95% | - |
| XYZ | 71.52 | 82.48 | 81.26 | - |
| YUV | 230.15 | 123.4 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 242 | 222 | 0.13 | 0 | 0.08 | 0.05 | 142.5 | 0.55 | 0.89 |
| Hex | D2 | F2 | DE | D | 0 | 8 | 5 | 8E | 37 | 59 |
| Octal | 322 | 362 | 336 | 15 | 0 | 10 | 5 | 216 | 67 | 131 |
| Binary | 11010010 | 11110010 | 11011110 | 1101 | 0 | 1000 | 101 | 10001110 | 110111 | 1011001 |
Color Harmonies of #D2F2DE
Complementary color
Monochromatic Colors of #D2F2DE
Black with #D2F2DE
Text Example
Text Example
White with #D2F2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F2DE; }
p { color: rgb(210,242,222); }
H1.HeaderClassName
{
color: #D2F2DE;
}
.AnyTagClassName
{
color: #D2F2DE;
}
</style>
background-color css
<style>
a { background-color: #D2F2DE; }
a { background-color: rgb(210,242,222); }
div.DivClassName
{
background-color: #D2F2DE;
}
.BgClassName
{
background-color: #D2F2DE;
}
</style>
border-color css
<style>
span { border-color: #D2F2DE; }
span { border-color: rgb(210,242,222); }
td.TdClassName
{
border-color: #D2F2DE;
}
.TagClassName
{
border-color: #D2F2DE;
}
</style>