#D6EFDC

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

Shades of Swans Down #D6EFDC

Tints of Swans Down #D6EFDC

Color information

#D6EFDC (or 0xD6EFDC) is unknown color: approx Swans Down. HEX triplet: D6, EF and DC. RGB value is (214,239,220). Sum of RGB (Red+Green+Blue) = 214+239+220=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFDC is #291023. Grayscale: #E5E5E5. Windows color (decimal): -2691108 or 14479318. OLE color: 14479318.

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

Color convert

RGB214239220-
CMYK0.1000.080.06
HSL134.4º43.86%88.82%-
HSV(B)134.4º10.46%93.73%-
XYZ71.5281.279.61-
YUV229.36122.72117.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.80%
GREEN value IS 239 (93.75% from 255) = 35.51%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=31.80%
G=35.51%
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.06
SystemRedGreenBlueCMYKHSL
Decimal2142392200.1000.080.06134.443.8688.82
HexD6EFDCA086862c59
Octal32635733412010620654131
Binary110101101110111111011100101001000110100001101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EFDC; }

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

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

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

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

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

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

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

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