#D2EDDB

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

Shades of Swans Down #D2EDDB

Tints of Swans Down #D2EDDB

Color information

#D2EDDB (or 0xD2EDDB) is unknown color: approx Swans Down. HEX triplet: D2, ED and DB. RGB value is (210,237,219). Sum of RGB (Red+Green+Blue) = 210+237+219=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDDB is #2D1224. Grayscale: #E2E2E2. Windows color (decimal): -2953765 or 14413266. OLE color: 14413266.

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

Color convert

RGB210237219-
CMYK0.1100.080.07
HSL140º42.86%87.65%-
HSV(B)140º11.39%92.94%-
XYZ69.6579.3878.67-
YUV226.88123.55115.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.53%
GREEN value IS 237 (92.97% from 255) = 35.59%
BLUE value IS 219 (85.94% from 255) = 32.88%
R=31.53%
G=35.59%
B=32.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102372190.1100.080.0714042.8687.65
HexD2EDDBB0878c2b58
Octal32235533313010721453130
Binary110100101110110111011011101101000111100011001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EDDB; }

 p { color: rgb(210,237,219); }

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

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

 a { background-color: rgb(210,237,219); }

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

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

 span { border-color: rgb(210,237,219); }

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