#D5EEDE

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

Shades of Swans Down #D5EEDE

Tints of Swans Down #D5EEDE

Color information

#D5EEDE (or 0xD5EEDE) is unknown color: approx Swans Down. HEX triplet: D5, EE and DE. RGB value is (213,238,222). Sum of RGB (Red+Green+Blue) = 213+238+222=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EEDE is #2A1121. Grayscale: #E4E4E4. Windows color (decimal): -2756898 or 14610133. OLE color: 14610133.

HSL color Cylindrical-coordinate representation of color #D5EEDE: hue angle of 141.6º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5EEDE is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB213238222-
CMYK0.1100.070.07
HSL141.6º42.37%88.43%-
HSV(B)141.6º10.5%93.33%-
XYZ71.280.5780.91-
YUV228.7124.22116.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.65%
GREEN value IS 238 (93.36% from 255) = 35.36%
BLUE value IS 222 (87.11% from 255) = 32.99%
R=31.65%
G=35.36%
B=32.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132382220.1100.070.07141.642.3788.43
HexD5EEDEB0778e2a58
Octal3253563361307721652130
Binary11010101111011101101111010110111111100011101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EEDE; }

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

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

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

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

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

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

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

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