#D5E8DA

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

Shades of Swans Down #D5E8DA

Tints of Swans Down #D5E8DA

Color information

#D5E8DA (or 0xD5E8DA) is unknown color: approx Swans Down. HEX triplet: D5, E8 and DA. RGB value is (213,232,218). Sum of RGB (Red+Green+Blue) = 213+232+218=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E8DA is #2A1725. Grayscale: #E0E0E0. Windows color (decimal): -2758438 or 14346453. OLE color: 14346453.

HSL color Cylindrical-coordinate representation of color #D5E8DA: hue angle of 135.79º degrees, saturation: 0.29, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5E8DA is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB213232218-
CMYK0.0800.060.09
HSL135.79º29.23%87.25%-
HSV(B)135.79º8.19%90.98%-
XYZ68.9576.9277.54-
YUV224.72124.21119.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.13%
GREEN value IS 232 (91.02% from 255) = 34.99%
BLUE value IS 218 (85.55% from 255) = 32.88%
R=32.13%
G=34.99%
B=32.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2132322180.0800.060.09135.7929.2387.25
HexD5E8DA8069881d57
Octal32535033210061121035127
Binary11010101111010001101101010000110100110001000111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E8DA; }

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

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

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

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

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

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

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

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