#D2EDDA

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

Shades of Swans Down #D2EDDA

Tints of Swans Down #D2EDDA

Color information

#D2EDDA (or 0xD2EDDA) is unknown color: approx Swans Down. HEX triplet: D2, ED and DA. RGB value is (210,237,218). Sum of RGB (Red+Green+Blue) = 210+237+218=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDDA is #2D1225. Grayscale: #E2E2E2. Windows color (decimal): -2953766 or 14347730. OLE color: 14347730.

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

Color convert

RGB210237218-
CMYK0.1100.080.07
HSL137.78º42.86%87.65%-
HSV(B)137.78º11.39%92.94%-
XYZ69.5279.3377.98-
YUV226.76123.05116.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.58%
GREEN value IS 237 (92.97% from 255) = 35.64%
BLUE value IS 218 (85.55% from 255) = 32.78%
R=31.58%
G=35.64%
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.07
SystemRedGreenBlueCMYKHSL
Decimal2102372180.1100.080.07137.7842.8687.65
HexD2EDDAB0878a2b58
Octal32235533213010721253130
Binary110100101110110111011010101101000111100010101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EDDA; }

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

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

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

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

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

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

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

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