#D5EDD9

Color #D5EDD9 Swans Down (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swans Down #D5EDD9

Tints of Swans Down #D5EDD9

Color information

#D5EDD9 (or 0xD5EDD9) is unknown color: approx Swans Down. HEX triplet: D5, ED and D9. RGB value is (213,237,217). Sum of RGB (Red+Green+Blue) = 213+237+217=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDD9 is #2A1226. Grayscale: #E3E3E3. Windows color (decimal): -2757159 or 14282197. OLE color: 14282197.

HSL color Cylindrical-coordinate representation of color #D5EDD9: hue angle of 130º degrees, saturation: 0.4, 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 #D5EDD9 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB213237217-
CMYK0.1000.080.07
HSL130º40%88.24%-
HSV(B)130º10.13%92.94%-
XYZ70.2579.7277.33-
YUV227.54122.05117.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 31.93%
GREEN value IS 237 (92.97% from 255) = 35.53%
BLUE value IS 217 (85.16% from 255) = 32.53%
R=31.93%
G=35.53%
B=32.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132372170.1000.080.071304088.24
HexD5EDD9A087822858
Octal32535533112010720250130
Binary110101011110110111011001101001000111100000101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EDD9; }

 p { color: rgb(213,237,217); }

 H1.HeaderClassName
 {
   color: #D5EDD9;
 }
 .AnyTagClassName
 {
   color: #D5EDD9;
 }
</style>
background-color css

<style>
 a { background-color: #D5EDD9; }

 a { background-color: rgb(213,237,217); }

 div.DivClassName
 {
   background-color: #D5EDD9;
 }
 .BgClassName
 {
   background-color: #D5EDD9;
 }
</style>
border-color css

<style>
 span { border-color: #D5EDD9; }

 span { border-color: rgb(213,237,217); }

 td.TdClassName
 {
   border-color: #D5EDD9;
 }
 .TagClassName
 {
   border-color: #D5EDD9;
 }
</style>