#D6EDDB

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

Shades of Swans Down #D6EDDB

Tints of Swans Down #D6EDDB

Color information

#D6EDDB (or 0xD6EDDB) is unknown color: approx Swans Down. HEX triplet: D6, ED and DB. RGB value is (214,237,219). Sum of RGB (Red+Green+Blue) = 214+237+219=670 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.94% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EDDB is #291224. Grayscale: #E4E4E4. Windows color (decimal): -2691621 or 14413270. OLE color: 14413270.

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

Color convert

RGB214237219-
CMYK0.1000.080.07
HSL133.04º38.98%88.43%-
HSV(B)133.04º9.7%92.94%-
XYZ70.879.9878.72-
YUV228.07122.88117.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.94%
GREEN value IS 237 (92.97% from 255) = 35.37%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=31.94%
G=35.37%
B=32.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142372190.1000.080.07133.0438.9888.43
HexD6EDDBA087852758
Octal32635533312010720547130
Binary110101101110110111011011101001000111100001011001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EDDB; }

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

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

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

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

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

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

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

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