#D5EFDD

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

Shades of Swans Down #D5EFDD

Tints of Swans Down #D5EFDD

Color information

#D5EFDD (or 0xD5EFDD) is unknown color: approx Swans Down. HEX triplet: D5, EF and DD. RGB value is (213,239,221). Sum of RGB (Red+Green+Blue) = 213+239+221=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFDD is #2A1022. Grayscale: #E5E5E5. Windows color (decimal): -2756643 or 14544853. OLE color: 14544853.

HSL color Cylindrical-coordinate representation of color #D5EFDD: hue angle of 138.46º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5EFDD is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB213239221-
CMYK0.1100.080.06
HSL138.46º44.83%88.63%-
HSV(B)138.46º10.88%93.73%-
XYZ71.3681.180.3-
YUV229.17123.39116.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.65%
GREEN value IS 239 (93.75% from 255) = 35.51%
BLUE value IS 221 (86.72% from 255) = 32.84%
R=31.65%
G=35.51%
B=32.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132392210.1100.080.06138.4644.8388.63
HexD5EFDDB0868a2d59
Octal32535733513010621255131
Binary110101011110111111011101101101000110100010101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFDD; }

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

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

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

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

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

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

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

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