#D5EFDA

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

Shades of Swans Down #D5EFDA

Tints of Swans Down #D5EFDA

Color information

#D5EFDA (or 0xD5EFDA) is unknown color: approx Swans Down. HEX triplet: D5, EF and DA. RGB value is (213,239,218). Sum of RGB (Red+Green+Blue) = 213+239+218=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFDA is #2A1025. Grayscale: #E4E4E4. Windows color (decimal): -2756646 or 14348245. OLE color: 14348245.

HSL color Cylindrical-coordinate representation of color #D5EFDA: hue angle of 131.54º 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 #D5EFDA is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB213239218-
CMYK0.1100.090.06
HSL131.54º44.83%88.63%-
HSV(B)131.54º10.88%93.73%-
XYZ70.9680.9478.21-
YUV228.83121.89116.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.79%
GREEN value IS 239 (93.75% from 255) = 35.67%
BLUE value IS 218 (85.55% from 255) = 32.54%
R=31.79%
G=35.67%
B=32.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132392180.1100.090.06131.5444.8388.63
HexD5EFDAB096842d59
Octal32535733213011620455131
Binary110101011110111111011010101101001110100001001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFDA; }

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

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

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

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

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

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

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

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