#D6EEDE

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

Shades of Swans Down #D6EEDE

Tints of Swans Down #D6EEDE

Color information

#D6EEDE (or 0xD6EEDE) is unknown color: approx Swans Down. HEX triplet: D6, EE and DE. RGB value is (214,238,222). Sum of RGB (Red+Green+Blue) = 214+238+222=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EEDE is #291121. Grayscale: #E5E5E5. Windows color (decimal): -2691362 or 14610134. OLE color: 14610134.

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

Color convert

RGB214238222-
CMYK0.1000.070.07
HSL140º41.38%88.63%-
HSV(B)140º10.08%93.33%-
XYZ71.4980.7280.92-
YUV229124.05117.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.75%
GREEN value IS 238 (93.36% from 255) = 35.31%
BLUE value IS 222 (87.11% from 255) = 32.94%
R=31.75%
G=35.31%
B=32.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142382220.1000.070.0714041.3888.63
HexD6EEDEA0778c2959
Octal3263563361207721451131
Binary11010110111011101101111010100111111100011001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEDE; }

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

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

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

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

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

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

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

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