#D6EEDA

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

Shades of Swans Down #D6EEDA

Tints of Swans Down #D6EEDA

Color information

#D6EEDA (or 0xD6EEDA) is unknown color: approx Swans Down. HEX triplet: D6, EE and DA. RGB value is (214,238,218). Sum of RGB (Red+Green+Blue) = 214+238+218=670 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.94% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EEDA is #291125. Grayscale: #E4E4E4. Windows color (decimal): -2691366 or 14347990. OLE color: 14347990.

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

Color convert

RGB214238218-
CMYK0.1000.080.07
HSL130º41.38%88.63%-
HSV(B)130º10.08%93.33%-
XYZ70.9680.5178.13-
YUV228.54122.05117.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.94%
GREEN value IS 238 (93.36% from 255) = 35.52%
BLUE value IS 218 (85.55% from 255) = 32.54%
R=31.94%
G=35.52%
B=32.54%

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
Decimal2142382180.1000.080.0713041.3888.63
HexD6EEDAA087822959
Octal32635633212010720251131
Binary110101101110111011011010101001000111100000101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEDA; }

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

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

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

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

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

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

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

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