#D5EBDD

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

Shades of Swans Down #D5EBDD

Tints of Swans Down #D5EBDD

Color information

#D5EBDD (or 0xD5EBDD) is unknown color: approx Swans Down. HEX triplet: D5, EB and DD. RGB value is (213,235,221). Sum of RGB (Red+Green+Blue) = 213+235+221=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBDD is #2A1422. Grayscale: #E2E2E2. Windows color (decimal): -2757667 or 14543829. OLE color: 14543829.

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

Color convert

RGB213235221-
CMYK0.0900.060.08
HSL141.82º35.48%87.84%-
HSV(B)141.82º9.36%92.16%-
XYZ70.278.7879.91-
YUV226.83124.71118.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.84%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=31.84%
G=35.13%
B=33.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132352210.0900.060.08141.8235.4887.84
HexD5EBDD90688e2358
Octal32535333511061021643130
Binary110101011110101111011101100101101000100011101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBDD; }

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

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

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

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

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

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

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

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