#D5EBDA

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

Shades of Swans Down #D5EBDA

Tints of Swans Down #D5EBDA

Color information

#D5EBDA (or 0xD5EBDA) is unknown color: approx Swans Down. HEX triplet: D5, EB and DA. RGB value is (213,235,218). Sum of RGB (Red+Green+Blue) = 213+235+218=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBDA is #2A1425. Grayscale: #E2E2E2. Windows color (decimal): -2757670 or 14347221. OLE color: 14347221.

HSL color Cylindrical-coordinate representation of color #D5EBDA: hue angle of 133.64º degrees, saturation: 0.35, 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 #D5EBDA is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB213235218-
CMYK0.0900.070.08
HSL133.64º35.48%87.84%-
HSV(B)133.64º9.36%92.16%-
XYZ69.878.6277.83-
YUV226.48123.21118.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.98%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 218 (85.55% from 255) = 32.73%
R=31.98%
G=35.29%
B=32.73%

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
Decimal2132352180.0900.070.08133.6435.4887.84
HexD5EBDA9078862358
Octal32535333211071020643130
Binary110101011110101111011010100101111000100001101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBDA; }

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

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

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

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

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

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

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

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