Shades of Swans Down #D4EDDC
Tints of Swans Down #D4EDDC
RGB
CMYK
RGB Variations
Color information
#D4EDDC (or 0xD4EDDC) is known color: Swans Down. HEX triplet: D4, ED and DC. RGB value is (212,237,220). Sum of RGB (Red+Green+Blue) = 212+237+220=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDDC is #2B1223. Grayscale: #E3E3E3. Windows color (decimal): -2822692 or 14478804. OLE color: 14478804.
HSL color Cylindrical-coordinate representation of color #D4EDDC: hue angle of 139.2º 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 #D4EDDC is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 237 | 220 | - |
CMYK | 0.11 | 0 | 0.07 | 0.07 |
HSL | 139.2º | 0.41% | 0.88% | - |
HSV(B) | 139.2º | 0.11% | 0.93% | - |
XYZ | 70.35 | 79.73 | 79.39 | - |
YUV | 227.59 | 123.72 | 116.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 237 | 220 | 0.11 | 0 | 0.07 | 0.07 | 139.2 | 0.41 | 0.88 |
Hex | D4 | ED | DC | B | 0 | 7 | 7 | 8B | 29 | 58 |
Octal | 324 | 355 | 334 | 13 | 0 | 7 | 7 | 213 | 51 | 130 |
Binary | 11010100 | 11101101 | 11011100 | 1011 | 0 | 111 | 111 | 10001011 | 101001 | 1011000 |
Color Harmonies of #D4EDDC
Complementary color
Monochromatic Colors of #D4EDDC
Black with #D4EDDC
Text Example
Text Example
White with #D4EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EDDC; }
p { color: rgb(212,237,220); }
H1.HeaderClassName
{
color: #D4EDDC;
}
.AnyTagClassName
{
color: #D4EDDC;
}
</style>
background-color css
<style>
a { background-color: #D4EDDC; }
a { background-color: rgb(212,237,220); }
div.DivClassName
{
background-color: #D4EDDC;
}
.BgClassName
{
background-color: #D4EDDC;
}
</style>
border-color css
<style>
span { border-color: #D4EDDC; }
span { border-color: rgb(212,237,220); }
td.TdClassName
{
border-color: #D4EDDC;
}
.TagClassName
{
border-color: #D4EDDC;
}
</style>