#D6EBDA

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

Shades of Swans Down #D6EBDA

Tints of Swans Down #D6EBDA

Color information

#D6EBDA (or 0xD6EBDA) is unknown color: approx Swans Down. HEX triplet: D6, EB and DA. RGB value is (214,235,218). Sum of RGB (Red+Green+Blue) = 214+235+218=667 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.08% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBDA is #291425. Grayscale: #E2E2E2. Windows color (decimal): -2692134 or 14347222. OLE color: 14347222.

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

Color convert

RGB214235218-
CMYK0.0900.070.08
HSL131.43º34.43%88.04%-
HSV(B)131.43º8.94%92.16%-
XYZ70.0978.7777.84-
YUV226.78123.04118.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.08%
GREEN value IS 235 (92.19% from 255) = 35.23%
BLUE value IS 218 (85.55% from 255) = 32.68%
R=32.08%
G=35.23%
B=32.68%

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
Decimal2142352180.0900.070.08131.4334.4388.04
HexD6EBDA9078832258
Octal32635333211071020342130
Binary110101101110101111011010100101111000100000111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBDA; }

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

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

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

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

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

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

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

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