Shades of Swans Down #D3F2DB
Tints of Swans Down #D3F2DB
RGB
CMYK
RGB Variations
Color information
#D3F2DB (or 0xD3F2DB) is known color: Swans Down. HEX triplet: D3, F2 and DB. RGB value is (211,242,219). Sum of RGB (Red+Green+Blue) = 211+242+219=672 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.40% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F2DB is #2C0D24. Grayscale: #E6E6E6. Windows color (decimal): -2886949 or 14414547. OLE color: 14414547.
HSL color Cylindrical-coordinate representation of color #D3F2DB: hue angle of 135.48º degrees, saturation: 0.54, 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 #D3F2DB is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 219 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.05 |
| HSL | 135.48º | 0.54% | 0.89% | - |
| HSV(B) | 135.48º | 0.13% | 0.95% | - |
| XYZ | 71.4 | 82.47 | 79.17 | - |
| YUV | 230.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 219 | 0.13 | 0 | 0.10 | 0.05 | 135.48 | 0.54 | 0.89 |
| Hex | D3 | F2 | DB | D | 0 | A | 5 | 87 | 36 | 59 |
| Octal | 323 | 362 | 333 | 15 | 0 | 12 | 5 | 207 | 66 | 131 |
| Binary | 11010011 | 11110010 | 11011011 | 1101 | 0 | 1010 | 101 | 10000111 | 110110 | 1011001 |
Color Harmonies of #D3F2DB
Complementary color
Monochromatic Colors of #D3F2DB
Black with #D3F2DB
Text Example
Text Example
White with #D3F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F2DB; }
p { color: rgb(211,242,219); }
H1.HeaderClassName
{
color: #D3F2DB;
}
.AnyTagClassName
{
color: #D3F2DB;
}
</style>
background-color css
<style>
a { background-color: #D3F2DB; }
a { background-color: rgb(211,242,219); }
div.DivClassName
{
background-color: #D3F2DB;
}
.BgClassName
{
background-color: #D3F2DB;
}
</style>
border-color css
<style>
span { border-color: #D3F2DB; }
span { border-color: rgb(211,242,219); }
td.TdClassName
{
border-color: #D3F2DB;
}
.TagClassName
{
border-color: #D3F2DB;
}
</style>