#D2EDD7

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

Shades of Swans Down #D2EDD7

Tints of Swans Down #D2EDD7

Color information

#D2EDD7 (or 0xD2EDD7) is unknown color: approx Swans Down. HEX triplet: D2, ED and D7. RGB value is (210,237,215). Sum of RGB (Red+Green+Blue) = 210+237+215=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 215 (84.38% from 255 or 32.48% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDD7 is #2D1228. Grayscale: #E2E2E2. Windows color (decimal): -2953769 or 14151122. OLE color: 14151122.

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

Color convert

RGB210237215-
CMYK0.1100.090.07
HSL131.11º42.86%87.65%-
HSV(B)131.11º11.39%92.94%-
XYZ69.1379.1875.93-
YUV226.42121.55116.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.72%
GREEN value IS 237 (92.97% from 255) = 35.80%
BLUE value IS 215 (84.38% from 255) = 32.48%
R=31.72%
G=35.80%
B=32.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102372150.1100.090.07131.1142.8687.65
HexD2EDD7B097832b58
Octal32235532713011720353130
Binary110100101110110111010111101101001111100000111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EDD7; }

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

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

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

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

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

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

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

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