#D5EADA

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

Shades of Swans Down #D5EADA

Tints of Swans Down #D5EADA

Color information

#D5EADA (or 0xD5EADA) is unknown color: approx Swans Down. HEX triplet: D5, EA and DA. RGB value is (213,234,218). Sum of RGB (Red+Green+Blue) = 213+234+218=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EADA is #2A1525. Grayscale: #E1E1E1. Windows color (decimal): -2757926 or 14346965. OLE color: 14346965.

HSL color Cylindrical-coordinate representation of color #D5EADA: hue angle of 134.29º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5EADA is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB213234218-
CMYK0.0900.070.08
HSL134.29º33.33%87.65%-
HSV(B)134.29º8.97%91.76%-
XYZ69.5278.0577.73-
YUV225.9123.54118.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.03%
GREEN value IS 234 (91.80% from 255) = 35.19%
BLUE value IS 218 (85.55% from 255) = 32.78%
R=32.03%
G=35.19%
B=32.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132342180.0900.070.08134.2933.3387.65
HexD5EADA9078862158
Octal32535233211071020641130
Binary110101011110101011011010100101111000100001101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EADA; }

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

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

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

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

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

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

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

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