#D2EBDA

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

Shades of Swans Down #D2EBDA

Tints of Swans Down #D2EBDA

Color information

#D2EBDA (or 0xD2EBDA) is unknown color: approx Swans Down. HEX triplet: D2, EB and DA. RGB value is (210,235,218). Sum of RGB (Red+Green+Blue) = 210+235+218=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBDA is #2D1425. Grayscale: #E1E1E1. Windows color (decimal): -2954278 or 14347218. OLE color: 14347218.

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

Color convert

RGB210235218-
CMYK0.1100.070.08
HSL139.2º38.46%87.25%-
HSV(B)139.2º10.64%92.16%-
XYZ68.9478.1877.79-
YUV225.59123.72116.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.67%
GREEN value IS 235 (92.19% from 255) = 35.44%
BLUE value IS 218 (85.55% from 255) = 32.88%
R=31.67%
G=35.44%
B=32.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102352180.1100.070.08139.238.4687.25
HexD2EBDAB0788b2657
Octal32235333213071021346127
Binary110100101110101111011010101101111000100010111001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EBDA; }

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

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

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

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

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

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

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

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