#D5EDDD

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

Shades of Swans Down #D5EDDD

Tints of Swans Down #D5EDDD

Color information

#D5EDDD (or 0xD5EDDD) is unknown color: approx Swans Down. HEX triplet: D5, ED and DD. RGB value is (213,237,221). Sum of RGB (Red+Green+Blue) = 213+237+221=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDDD is #2A1222. Grayscale: #E4E4E4. Windows color (decimal): -2757155 or 14544341. OLE color: 14544341.

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

Color convert

RGB213237221-
CMYK0.1000.070.07
HSL140º40%88.24%-
HSV(B)140º10.13%92.94%-
XYZ70.7879.9380.11-
YUV228124.05117.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.74%
GREEN value IS 237 (92.97% from 255) = 35.32%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=31.74%
G=35.32%
B=32.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132372210.1000.070.071404088.24
HexD5EDDDA0778c2858
Octal3253553351207721450130
Binary11010101111011011101110110100111111100011001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EDDD; }

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

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

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

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

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

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

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

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