Shades of Swans Down #D4EDDA
Tints of Swans Down #D4EDDA
RGB
CMYK
RGB Variations
Color information
#D4EDDA (or 0xD4EDDA) is known color: Swans Down. HEX triplet: D4, ED and DA. RGB value is (212,237,218). Sum of RGB (Red+Green+Blue) = 212+237+218=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDDA is #2B1225. Grayscale: #E3E3E3. Windows color (decimal): -2822694 or 14347732. OLE color: 14347732.
HSL color Cylindrical-coordinate representation of color #D4EDDA: hue angle of 134.4º degrees, saturation: 0.41, 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 #D4EDDA is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 237 | 218 | - |
CMYK | 0.11 | 0 | 0.08 | 0.07 |
HSL | 134.4º | 0.41% | 0.88% | - |
HSV(B) | 134.4º | 0.11% | 0.93% | - |
XYZ | 70.09 | 79.63 | 78.01 | - |
YUV | 227.36 | 122.72 | 117.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 237 | 218 | 0.11 | 0 | 0.08 | 0.07 | 134.4 | 0.41 | 0.88 |
Hex | D4 | ED | DA | B | 0 | 8 | 7 | 86 | 29 | 58 |
Octal | 324 | 355 | 332 | 13 | 0 | 10 | 7 | 206 | 51 | 130 |
Binary | 11010100 | 11101101 | 11011010 | 1011 | 0 | 1000 | 111 | 10000110 | 101001 | 1011000 |
Color Harmonies of #D4EDDA
Complementary color
Monochromatic Colors of #D4EDDA
Black with #D4EDDA
Text Example
Text Example
White with #D4EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EDDA; }
p { color: rgb(212,237,218); }
H1.HeaderClassName
{
color: #D4EDDA;
}
.AnyTagClassName
{
color: #D4EDDA;
}
</style>
background-color css
<style>
a { background-color: #D4EDDA; }
a { background-color: rgb(212,237,218); }
div.DivClassName
{
background-color: #D4EDDA;
}
.BgClassName
{
background-color: #D4EDDA;
}
</style>
border-color css
<style>
span { border-color: #D4EDDA; }
span { border-color: rgb(212,237,218); }
td.TdClassName
{
border-color: #D4EDDA;
}
.TagClassName
{
border-color: #D4EDDA;
}
</style>