Shades of Swans Down #D2F2D8
Tints of Swans Down #D2F2D8
RGB
CMYK
RGB Variations
Color information
#D2F2D8 (or 0xD2F2D8) is known color: Swans Down. HEX triplet: D2, F2 and D8. RGB value is (210,242,216). Sum of RGB (Red+Green+Blue) = 210+242+216=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F2D8 is #2D0D27. Grayscale: #E5E5E5. Windows color (decimal): -2952488 or 14217938. OLE color: 14217938.
HSL color Cylindrical-coordinate representation of color #D2F2D8: hue angle of 131.25º 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 #D2F2D8 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 242 | 216 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.05 |
| HSL | 131.25º | 0.55% | 0.89% | - |
| HSV(B) | 131.25º | 0.13% | 0.95% | - |
| XYZ | 70.73 | 82.16 | 77.1 | - |
| YUV | 229.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 242 | 216 | 0.13 | 0 | 0.11 | 0.05 | 131.25 | 0.55 | 0.89 |
| Hex | D2 | F2 | D8 | D | 0 | B | 5 | 83 | 37 | 59 |
| Octal | 322 | 362 | 330 | 15 | 0 | 13 | 5 | 203 | 67 | 131 |
| Binary | 11010010 | 11110010 | 11011000 | 1101 | 0 | 1011 | 101 | 10000011 | 110111 | 1011001 |
Color Harmonies of #D2F2D8
Complementary color
Monochromatic Colors of #D2F2D8
Black with #D2F2D8
Text Example
Text Example
White with #D2F2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F2D8; }
p { color: rgb(210,242,216); }
H1.HeaderClassName
{
color: #D2F2D8;
}
.AnyTagClassName
{
color: #D2F2D8;
}
</style>
background-color css
<style>
a { background-color: #D2F2D8; }
a { background-color: rgb(210,242,216); }
div.DivClassName
{
background-color: #D2F2D8;
}
.BgClassName
{
background-color: #D2F2D8;
}
</style>
border-color css
<style>
span { border-color: #D2F2D8; }
span { border-color: rgb(210,242,216); }
td.TdClassName
{
border-color: #D2F2D8;
}
.TagClassName
{
border-color: #D2F2D8;
}
</style>