Shades of Swans Down #D2EFDB
Tints of Swans Down #D2EFDB
RGB
CMYK
RGB Variations
Color information
#D2EFDB (or 0xD2EFDB) is known color: Swans Down. HEX triplet: D2, EF and DB. RGB value is (210,239,219). Sum of RGB (Red+Green+Blue) = 210+239+219=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFDB is #2D1024. Grayscale: #E4E4E4. Windows color (decimal): -2953253 or 14413778. OLE color: 14413778.
HSL color Cylindrical-coordinate representation of color #D2EFDB: hue angle of 138.62º degrees, saturation: 0.48, 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 #D2EFDB is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 219 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.06 |
| HSL | 138.62º | 0.48% | 0.88% | - |
| HSV(B) | 138.62º | 0.12% | 0.94% | - |
| XYZ | 70.23 | 80.55 | 78.86 | - |
| YUV | 228.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 219 | 0.12 | 0 | 0.08 | 0.06 | 138.62 | 0.48 | 0.88 |
| Hex | D2 | EF | DB | C | 0 | 8 | 6 | 8B | 30 | 58 |
| Octal | 322 | 357 | 333 | 14 | 0 | 10 | 6 | 213 | 60 | 130 |
| Binary | 11010010 | 11101111 | 11011011 | 1100 | 0 | 1000 | 110 | 10001011 | 110000 | 1011000 |
Color Harmonies of #D2EFDB
Complementary color
Monochromatic Colors of #D2EFDB
Black with #D2EFDB
Text Example
Text Example
White with #D2EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFDB; }
p { color: rgb(210,239,219); }
H1.HeaderClassName
{
color: #D2EFDB;
}
.AnyTagClassName
{
color: #D2EFDB;
}
</style>
background-color css
<style>
a { background-color: #D2EFDB; }
a { background-color: rgb(210,239,219); }
div.DivClassName
{
background-color: #D2EFDB;
}
.BgClassName
{
background-color: #D2EFDB;
}
</style>
border-color css
<style>
span { border-color: #D2EFDB; }
span { border-color: rgb(210,239,219); }
td.TdClassName
{
border-color: #D2EFDB;
}
.TagClassName
{
border-color: #D2EFDB;
}
</style>