Shades of Swans Down #D2F0DA
Tints of Swans Down #D2F0DA
RGB
CMYK
RGB Variations
Color information
#D2F0DA (or 0xD2F0DA) is known color: Swans Down. HEX triplet: D2, F0 and DA. RGB value is (210,240,218). Sum of RGB (Red+Green+Blue) = 210+240+218=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F0DA is #2D0F25. Grayscale: #E4E4E4. Windows color (decimal): -2952998 or 14348498. OLE color: 14348498.
HSL color Cylindrical-coordinate representation of color #D2F0DA: hue angle of 136º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2F0DA is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 218 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.06 |
| HSL | 136º | 0.5% | 0.88% | - |
| HSV(B) | 136º | 0.13% | 0.94% | - |
| XYZ | 70.39 | 81.08 | 78.27 | - |
| YUV | 228.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 218 | 0.12 | 0 | 0.09 | 0.06 | 136 | 0.5 | 0.88 |
| Hex | D2 | F0 | DA | C | 0 | 9 | 6 | 88 | 32 | 58 |
| Octal | 322 | 360 | 332 | 14 | 0 | 11 | 6 | 210 | 62 | 130 |
| Binary | 11010010 | 11110000 | 11011010 | 1100 | 0 | 1001 | 110 | 10001000 | 110010 | 1011000 |
Color Harmonies of #D2F0DA
Complementary color
Monochromatic Colors of #D2F0DA
Black with #D2F0DA
Text Example
Text Example
White with #D2F0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F0DA; }
p { color: rgb(210,240,218); }
H1.HeaderClassName
{
color: #D2F0DA;
}
.AnyTagClassName
{
color: #D2F0DA;
}
</style>
background-color css
<style>
a { background-color: #D2F0DA; }
a { background-color: rgb(210,240,218); }
div.DivClassName
{
background-color: #D2F0DA;
}
.BgClassName
{
background-color: #D2F0DA;
}
</style>
border-color css
<style>
span { border-color: #D2F0DA; }
span { border-color: rgb(210,240,218); }
td.TdClassName
{
border-color: #D2F0DA;
}
.TagClassName
{
border-color: #D2F0DA;
}
</style>