#D6EEDC

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

Shades of Swans Down #D6EEDC

Tints of Swans Down #D6EEDC

Color information

#D6EEDC (or 0xD6EEDC) is unknown color: approx Swans Down. HEX triplet: D6, EE and DC. RGB value is (214,238,220). Sum of RGB (Red+Green+Blue) = 214+238+220=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EEDC is #291123. Grayscale: #E4E4E4. Windows color (decimal): -2691364 or 14479062. OLE color: 14479062.

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

Color convert

RGB214238220-
CMYK0.1000.080.07
HSL135º41.38%88.63%-
HSV(B)135º10.08%93.33%-
XYZ71.2280.6179.52-
YUV228.77123.05117.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.85%
GREEN value IS 238 (93.36% from 255) = 35.42%
BLUE value IS 220 (86.33% from 255) = 32.74%
R=31.85%
G=35.42%
B=32.74%

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
Decimal2142382200.1000.080.0713541.3888.63
HexD6EEDCA087872959
Octal32635633412010720751131
Binary110101101110111011011100101001000111100001111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEDC; }

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

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

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

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

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

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

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

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