Shades of Swans Down #D4EEDC
Tints of Swans Down #D4EEDC
RGB
CMYK
RGB Variations
Color information
#D4EEDC (or 0xD4EEDC) is known color: Swans Down. HEX triplet: D4, EE and DC. RGB value is (212,238,220). Sum of RGB (Red+Green+Blue) = 212+238+220=670 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.64% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EEDC is #2B1123. Grayscale: #E4E4E4. Windows color (decimal): -2822436 or 14479060. OLE color: 14479060.
HSL color Cylindrical-coordinate representation of color #D4EEDC: hue angle of 138.46º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EEDC is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 238 | 220 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.07 |
| HSL | 138.46º | 0.43% | 0.88% | - |
| HSV(B) | 138.46º | 0.11% | 0.93% | - |
| XYZ | 70.64 | 80.31 | 79.49 | - |
| YUV | 228.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 238 | 220 | 0.11 | 0 | 0.08 | 0.07 | 138.46 | 0.43 | 0.88 |
| Hex | D4 | EE | DC | B | 0 | 8 | 7 | 8A | 2B | 58 |
| Octal | 324 | 356 | 334 | 13 | 0 | 10 | 7 | 212 | 53 | 130 |
| Binary | 11010100 | 11101110 | 11011100 | 1011 | 0 | 1000 | 111 | 10001010 | 101011 | 1011000 |
Color Harmonies of #D4EEDC
Complementary color
Monochromatic Colors of #D4EEDC
Black with #D4EEDC
Text Example
Text Example
White with #D4EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EEDC; }
p { color: rgb(212,238,220); }
H1.HeaderClassName
{
color: #D4EEDC;
}
.AnyTagClassName
{
color: #D4EEDC;
}
</style>
background-color css
<style>
a { background-color: #D4EEDC; }
a { background-color: rgb(212,238,220); }
div.DivClassName
{
background-color: #D4EEDC;
}
.BgClassName
{
background-color: #D4EEDC;
}
</style>
border-color css
<style>
span { border-color: #D4EEDC; }
span { border-color: rgb(212,238,220); }
td.TdClassName
{
border-color: #D4EEDC;
}
.TagClassName
{
border-color: #D4EEDC;
}
</style>