Shades of Swans Down #D2F0DB
Tints of Swans Down #D2F0DB
RGB
CMYK
RGB Variations
Color information
#D2F0DB (or 0xD2F0DB) is known color: Swans Down. HEX triplet: D2, F0 and DB. RGB value is (210,240,219). Sum of RGB (Red+Green+Blue) = 210+240+219=669 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.39% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F0DB is #2D0F24. Grayscale: #E4E4E4. Windows color (decimal): -2952997 or 14414034. OLE color: 14414034.
HSL color Cylindrical-coordinate representation of color #D2F0DB: hue angle of 138º 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 #D2F0DB is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 219 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.06 |
| HSL | 138º | 0.5% | 0.88% | - |
| HSV(B) | 138º | 0.13% | 0.94% | - |
| XYZ | 70.52 | 81.14 | 78.96 | - |
| YUV | 228.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 219 | 0.12 | 0 | 0.09 | 0.06 | 138 | 0.5 | 0.88 |
| Hex | D2 | F0 | DB | C | 0 | 9 | 6 | 8A | 32 | 58 |
| Octal | 322 | 360 | 333 | 14 | 0 | 11 | 6 | 212 | 62 | 130 |
| Binary | 11010010 | 11110000 | 11011011 | 1100 | 0 | 1001 | 110 | 10001010 | 110010 | 1011000 |
Color Harmonies of #D2F0DB
Complementary color
Monochromatic Colors of #D2F0DB
Black with #D2F0DB
Text Example
Text Example
White with #D2F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F0DB; }
p { color: rgb(210,240,219); }
H1.HeaderClassName
{
color: #D2F0DB;
}
.AnyTagClassName
{
color: #D2F0DB;
}
</style>
background-color css
<style>
a { background-color: #D2F0DB; }
a { background-color: rgb(210,240,219); }
div.DivClassName
{
background-color: #D2F0DB;
}
.BgClassName
{
background-color: #D2F0DB;
}
</style>
border-color css
<style>
span { border-color: #D2F0DB; }
span { border-color: rgb(210,240,219); }
td.TdClassName
{
border-color: #D2F0DB;
}
.TagClassName
{
border-color: #D2F0DB;
}
</style>