#D6EEDB

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

Shades of Swans Down #D6EEDB

Tints of Swans Down #D6EEDB

Color information

#D6EEDB (or 0xD6EEDB) is unknown color: approx Swans Down. HEX triplet: D6, EE and DB. RGB value is (214,238,219). Sum of RGB (Red+Green+Blue) = 214+238+219=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EEDB is #291124. Grayscale: #E4E4E4. Windows color (decimal): -2691365 or 14413526. OLE color: 14413526.

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

Color convert

RGB214238219-
CMYK0.1000.080.07
HSL132.5º41.38%88.63%-
HSV(B)132.5º10.08%93.33%-
XYZ71.0980.5678.82-
YUV228.66122.55117.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.89%
GREEN value IS 238 (93.36% from 255) = 35.47%
BLUE value IS 219 (85.94% from 255) = 32.64%
R=31.89%
G=35.47%
B=32.64%

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
Decimal2142382190.1000.080.07132.541.3888.63
HexD6EEDBA087842959
Octal32635633312010720451131
Binary110101101110111011011011101001000111100001001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEDB; }

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

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

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

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

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

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

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

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