Shades of Swans Down #D2F1DD
Tints of Swans Down #D2F1DD
RGB
CMYK
RGB Variations
Color information
#D2F1DD (or 0xD2F1DD) is known color: Swans Down. HEX triplet: D2, F1 and DD. RGB value is (210,241,221). Sum of RGB (Red+Green+Blue) = 210+241+221=672 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.25% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F1DD is #2D0E22. Grayscale: #E5E5E5. Windows color (decimal): -2952739 or 14545362. OLE color: 14545362.
HSL color Cylindrical-coordinate representation of color #D2F1DD: hue angle of 141.29º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2F1DD is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 221 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.05 |
| HSL | 141.29º | 0.53% | 0.88% | - |
| HSV(B) | 141.29º | 0.13% | 0.95% | - |
| XYZ | 71.08 | 81.83 | 80.46 | - |
| YUV | 229.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 221 | 0.13 | 0 | 0.08 | 0.05 | 141.29 | 0.53 | 0.88 |
| Hex | D2 | F1 | DD | D | 0 | 8 | 5 | 8D | 35 | 58 |
| Octal | 322 | 361 | 335 | 15 | 0 | 10 | 5 | 215 | 65 | 130 |
| Binary | 11010010 | 11110001 | 11011101 | 1101 | 0 | 1000 | 101 | 10001101 | 110101 | 1011000 |
Color Harmonies of #D2F1DD
Complementary color
Monochromatic Colors of #D2F1DD
Black with #D2F1DD
Text Example
Text Example
White with #D2F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F1DD; }
p { color: rgb(210,241,221); }
H1.HeaderClassName
{
color: #D2F1DD;
}
.AnyTagClassName
{
color: #D2F1DD;
}
</style>
background-color css
<style>
a { background-color: #D2F1DD; }
a { background-color: rgb(210,241,221); }
div.DivClassName
{
background-color: #D2F1DD;
}
.BgClassName
{
background-color: #D2F1DD;
}
</style>
border-color css
<style>
span { border-color: #D2F1DD; }
span { border-color: rgb(210,241,221); }
td.TdClassName
{
border-color: #D2F1DD;
}
.TagClassName
{
border-color: #D2F1DD;
}
</style>