Shades of Swans Down #D2EEDC
Tints of Swans Down #D2EEDC
RGB
CMYK
RGB Variations
Color information
#D2EEDC (or 0xD2EEDC) is known color: Swans Down. HEX triplet: D2, EE and DC. RGB value is (210,238,220). Sum of RGB (Red+Green+Blue) = 210+238+220=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EEDC is #2D1123. Grayscale: #E3E3E3. Windows color (decimal): -2953508 or 14479058. OLE color: 14479058.
HSL color Cylindrical-coordinate representation of color #D2EEDC: hue angle of 141.43º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2EEDC is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 220 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.07 |
| HSL | 141.43º | 0.45% | 0.88% | - |
| HSV(B) | 141.43º | 0.12% | 0.93% | - |
| XYZ | 70.07 | 80.02 | 79.46 | - |
| YUV | 227.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 220 | 0.12 | 0 | 0.08 | 0.07 | 141.43 | 0.45 | 0.88 |
| Hex | D2 | EE | DC | C | 0 | 8 | 7 | 8D | 2D | 58 |
| Octal | 322 | 356 | 334 | 14 | 0 | 10 | 7 | 215 | 55 | 130 |
| Binary | 11010010 | 11101110 | 11011100 | 1100 | 0 | 1000 | 111 | 10001101 | 101101 | 1011000 |
Color Harmonies of #D2EEDC
Complementary color
Monochromatic Colors of #D2EEDC
Black with #D2EEDC
Text Example
Text Example
White with #D2EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EEDC; }
p { color: rgb(210,238,220); }
H1.HeaderClassName
{
color: #D2EEDC;
}
.AnyTagClassName
{
color: #D2EEDC;
}
</style>
background-color css
<style>
a { background-color: #D2EEDC; }
a { background-color: rgb(210,238,220); }
div.DivClassName
{
background-color: #D2EEDC;
}
.BgClassName
{
background-color: #D2EEDC;
}
</style>
border-color css
<style>
span { border-color: #D2EEDC; }
span { border-color: rgb(210,238,220); }
td.TdClassName
{
border-color: #D2EEDC;
}
.TagClassName
{
border-color: #D2EEDC;
}
</style>