#D6EFDF

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

Shades of Swans Down #D6EFDF

Tints of Swans Down #D6EFDF

Color information

#D6EFDF (or 0xD6EFDF) is unknown color: approx Swans Down. HEX triplet: D6, EF and DF. RGB value is (214,239,223). Sum of RGB (Red+Green+Blue) = 214+239+223=676 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.66% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFDF is #291020. Grayscale: #E5E5E5. Windows color (decimal): -2691105 or 14675926. OLE color: 14675926.

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

Color convert

RGB214239223-
CMYK0.1000.070.06
HSL141.6º43.86%88.82%-
HSV(B)141.6º10.46%93.73%-
XYZ71.9281.3681.73-
YUV229.7124.22116.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.66%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 223 (87.5% from 255) = 32.99%
R=31.66%
G=35.36%
B=32.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142392230.1000.070.06141.643.8688.82
HexD6EFDFA0768e2c59
Octal3263573371207621654131
Binary11010110111011111101111110100111110100011101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EFDF; }

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

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

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

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

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

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

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

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