Shades of Swans Down #D0EDDA
Tints of Swans Down #D0EDDA
RGB
CMYK
RGB Variations
Color information
#D0EDDA (or 0xD0EDDA) is known color: Swans Down. HEX triplet: D0, ED and DA. RGB value is (208,237,218). Sum of RGB (Red+Green+Blue) = 208+237+218=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDDA is #2F1225. Grayscale: #E2E2E2. Windows color (decimal): -3084838 or 14347728. OLE color: 14347728.
HSL color Cylindrical-coordinate representation of color #D0EDDA: hue angle of 140.69º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0EDDA is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 237 | 218 | - |
CMYK | 0.12 | 0 | 0.08 | 0.07 |
HSL | 140.69º | 0.45% | 0.87% | - |
HSV(B) | 140.69º | 0.12% | 0.93% | - |
XYZ | 68.95 | 79.04 | 77.95 | - |
YUV | 226.16 | 123.39 | 115.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 237 | 218 | 0.12 | 0 | 0.08 | 0.07 | 140.69 | 0.45 | 0.87 |
Hex | D0 | ED | DA | C | 0 | 8 | 7 | 8D | 2D | 57 |
Octal | 320 | 355 | 332 | 14 | 0 | 10 | 7 | 215 | 55 | 127 |
Binary | 11010000 | 11101101 | 11011010 | 1100 | 0 | 1000 | 111 | 10001101 | 101101 | 1010111 |
Color Harmonies of #D0EDDA
Complementary color
Monochromatic Colors of #D0EDDA
Black with #D0EDDA
Text Example
Text Example
White with #D0EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDDA; }
p { color: rgb(208,237,218); }
H1.HeaderClassName
{
color: #D0EDDA;
}
.AnyTagClassName
{
color: #D0EDDA;
}
</style>
background-color css
<style>
a { background-color: #D0EDDA; }
a { background-color: rgb(208,237,218); }
div.DivClassName
{
background-color: #D0EDDA;
}
.BgClassName
{
background-color: #D0EDDA;
}
</style>
border-color css
<style>
span { border-color: #D0EDDA; }
span { border-color: rgb(208,237,218); }
td.TdClassName
{
border-color: #D0EDDA;
}
.TagClassName
{
border-color: #D0EDDA;
}
</style>