#D5EDDE

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

Shades of Swans Down #D5EDDE

Tints of Swans Down #D5EDDE

Color information

#D5EDDE (or 0xD5EDDE) is unknown color: approx Swans Down. HEX triplet: D5, ED and DE. RGB value is (213,237,222). Sum of RGB (Red+Green+Blue) = 213+237+222=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDDE is #2A1221. Grayscale: #E4E4E4. Windows color (decimal): -2757154 or 14609877. OLE color: 14609877.

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

Color convert

RGB213237222-
CMYK0.1000.060.07
HSL142.5º40%88.24%-
HSV(B)142.5º10.13%92.94%-
XYZ70.9179.9980.81-
YUV228.11124.55117.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.70%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 222 (87.11% from 255) = 33.04%
R=31.70%
G=35.27%
B=33.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132372220.1000.060.07142.54088.24
HexD5EDDEA0678e2858
Octal3253553361206721650130
Binary11010101111011011101111010100110111100011101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EDDE; }

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

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

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

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

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

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

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

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