Shades of Swans Down #D2F1DB
Tints of Swans Down #D2F1DB
RGB
CMYK
RGB Variations
Color information
#D2F1DB (or 0xD2F1DB) is known color: Swans Down. HEX triplet: D2, F1 and DB. RGB value is (210,241,219). Sum of RGB (Red+Green+Blue) = 210+241+219=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F1DB is #2D0E24. Grayscale: #E5E5E5. Windows color (decimal): -2952741 or 14414290. OLE color: 14414290.
HSL color Cylindrical-coordinate representation of color #D2F1DB: hue angle of 137.42º 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 #D2F1DB is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 219 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.05 |
| HSL | 137.42º | 0.53% | 0.88% | - |
| HSV(B) | 137.42º | 0.13% | 0.95% | - |
| XYZ | 70.82 | 81.73 | 79.06 | - |
| YUV | 229.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 219 | 0.13 | 0 | 0.09 | 0.05 | 137.42 | 0.53 | 0.88 |
| Hex | D2 | F1 | DB | D | 0 | 9 | 5 | 89 | 35 | 58 |
| Octal | 322 | 361 | 333 | 15 | 0 | 11 | 5 | 211 | 65 | 130 |
| Binary | 11010010 | 11110001 | 11011011 | 1101 | 0 | 1001 | 101 | 10001001 | 110101 | 1011000 |
Color Harmonies of #D2F1DB
Complementary color
Monochromatic Colors of #D2F1DB
Black with #D2F1DB
Text Example
Text Example
White with #D2F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F1DB; }
p { color: rgb(210,241,219); }
H1.HeaderClassName
{
color: #D2F1DB;
}
.AnyTagClassName
{
color: #D2F1DB;
}
</style>
background-color css
<style>
a { background-color: #D2F1DB; }
a { background-color: rgb(210,241,219); }
div.DivClassName
{
background-color: #D2F1DB;
}
.BgClassName
{
background-color: #D2F1DB;
}
</style>
border-color css
<style>
span { border-color: #D2F1DB; }
span { border-color: rgb(210,241,219); }
td.TdClassName
{
border-color: #D2F1DB;
}
.TagClassName
{
border-color: #D2F1DB;
}
</style>