#D2EBD9

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

Shades of Swans Down #D2EBD9

Tints of Swans Down #D2EBD9

Color information

#D2EBD9 (or 0xD2EBD9) is unknown color: approx Swans Down. HEX triplet: D2, EB and D9. RGB value is (210,235,217). Sum of RGB (Red+Green+Blue) = 210+235+217=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBD9 is #2D1426. Grayscale: #E1E1E1. Windows color (decimal): -2954279 or 14281682. OLE color: 14281682.

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

Color convert

RGB210235217-
CMYK0.1100.080.08
HSL136.8º38.46%87.25%-
HSV(B)136.8º10.64%92.16%-
XYZ68.8178.1377.1-
YUV225.47123.22116.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.72%
GREEN value IS 235 (92.19% from 255) = 35.50%
BLUE value IS 217 (85.16% from 255) = 32.78%
R=31.72%
G=35.50%
B=32.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102352170.1100.080.08136.838.4687.25
HexD2EBD9B088892657
Octal322353331130101021146127
Binary1101001011101011110110011011010001000100010011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EBD9; }

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

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

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

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

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

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

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

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