#D6ECDD

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

Shades of Swans Down #D6ECDD

Tints of Swans Down #D6ECDD

Color information

#D6ECDD (or 0xD6ECDD) is unknown color: approx Swans Down. HEX triplet: D6, EC and DD. RGB value is (214,236,221). Sum of RGB (Red+Green+Blue) = 214+236+221=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECDD is #291322. Grayscale: #E3E3E3. Windows color (decimal): -2691875 or 14544086. OLE color: 14544086.

HSL color Cylindrical-coordinate representation of color #D6ECDD: hue angle of 139.09º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6ECDD is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB214236221-
CMYK0.0900.060.07
HSL139.09º36.67%88.24%-
HSV(B)139.09º9.32%92.55%-
XYZ70.7879.5180.02-
YUV227.71124.21118.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.89%
GREEN value IS 236 (92.58% from 255) = 35.17%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=31.89%
G=35.17%
B=32.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142362210.0900.060.07139.0936.6788.24
HexD6ECDD90678b2558
Octal3263543351106721345130
Binary11010110111011001101110110010110111100010111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECDD; }

 p { color: rgb(214,236,221); }

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

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

 a { background-color: rgb(214,236,221); }

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

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

 span { border-color: rgb(214,236,221); }

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