Shades of Swans Down #D4ECDA
Tints of Swans Down #D4ECDA
RGB
CMYK
RGB Variations
Color information
#D4ECDA (or 0xD4ECDA) is known color: Swans Down. HEX triplet: D4, EC and DA. RGB value is (212,236,218). Sum of RGB (Red+Green+Blue) = 212+236+218=666 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.83% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 236 - color contains mainly: green. Hex color #D4ECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4ECDA is #2B1325. Grayscale: #E2E2E2. Windows color (decimal): -2822950 or 14347476. OLE color: 14347476.
HSL color Cylindrical-coordinate representation of color #D4ECDA: hue angle of 135º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4ECDA is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 236 | 218 | - |
CMYK | 0.10 | 0 | 0.08 | 0.07 |
HSL | 135º | 0.39% | 0.88% | - |
HSV(B) | 135º | 0.1% | 0.93% | - |
XYZ | 69.8 | 79.05 | 77.91 | - |
YUV | 226.77 | 123.05 | 117.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 236 | 218 | 0.10 | 0 | 0.08 | 0.07 | 135 | 0.39 | 0.88 |
Hex | D4 | EC | DA | A | 0 | 8 | 7 | 87 | 27 | 58 |
Octal | 324 | 354 | 332 | 12 | 0 | 10 | 7 | 207 | 47 | 130 |
Binary | 11010100 | 11101100 | 11011010 | 1010 | 0 | 1000 | 111 | 10000111 | 100111 | 1011000 |
Color Harmonies of #D4ECDA
Complementary color
Monochromatic Colors of #D4ECDA
Black with #D4ECDA
Text Example
Text Example
White with #D4ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ECDA; }
p { color: rgb(212,236,218); }
H1.HeaderClassName
{
color: #D4ECDA;
}
.AnyTagClassName
{
color: #D4ECDA;
}
</style>
background-color css
<style>
a { background-color: #D4ECDA; }
a { background-color: rgb(212,236,218); }
div.DivClassName
{
background-color: #D4ECDA;
}
.BgClassName
{
background-color: #D4ECDA;
}
</style>
border-color css
<style>
span { border-color: #D4ECDA; }
span { border-color: rgb(212,236,218); }
td.TdClassName
{
border-color: #D4ECDA;
}
.TagClassName
{
border-color: #D4ECDA;
}
</style>