Shades of Swans Down #D4EADC
Tints of Swans Down #D4EADC
RGB
CMYK
RGB Variations
Color information
#D4EADC (or 0xD4EADC) is known color: Swans Down. HEX triplet: D4, EA and DC. RGB value is (212,234,220). Sum of RGB (Red+Green+Blue) = 212+234+220=666 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.83% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EADC is #2B1523. Grayscale: #E1E1E1. Windows color (decimal): -2823460 or 14478036. OLE color: 14478036.
HSL color Cylindrical-coordinate representation of color #D4EADC: hue angle of 141.82º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4EADC is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 220 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.08 |
| HSL | 141.82º | 0.34% | 0.87% | - |
| HSV(B) | 141.82º | 0.09% | 0.92% | - |
| XYZ | 69.49 | 78.01 | 79.1 | - |
| YUV | 225.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 220 | 0.09 | 0 | 0.06 | 0.08 | 141.82 | 0.34 | 0.87 |
| Hex | D4 | EA | DC | 9 | 0 | 6 | 8 | 8E | 22 | 57 |
| Octal | 324 | 352 | 334 | 11 | 0 | 6 | 10 | 216 | 42 | 127 |
| Binary | 11010100 | 11101010 | 11011100 | 1001 | 0 | 110 | 1000 | 10001110 | 100010 | 1010111 |
Color Harmonies of #D4EADC
Complementary color
Monochromatic Colors of #D4EADC
Black with #D4EADC
Text Example
Text Example
White with #D4EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EADC; }
p { color: rgb(212,234,220); }
H1.HeaderClassName
{
color: #D4EADC;
}
.AnyTagClassName
{
color: #D4EADC;
}
</style>
background-color css
<style>
a { background-color: #D4EADC; }
a { background-color: rgb(212,234,220); }
div.DivClassName
{
background-color: #D4EADC;
}
.BgClassName
{
background-color: #D4EADC;
}
</style>
border-color css
<style>
span { border-color: #D4EADC; }
span { border-color: rgb(212,234,220); }
td.TdClassName
{
border-color: #D4EADC;
}
.TagClassName
{
border-color: #D4EADC;
}
</style>