#D6ECDC

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

Shades of Swans Down #D6ECDC

Tints of Swans Down #D6ECDC

Color information

#D6ECDC (or 0xD6ECDC) is unknown color: approx Swans Down. HEX triplet: D6, EC and DC. RGB value is (214,236,220). Sum of RGB (Red+Green+Blue) = 214+236+220=670 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.94% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECDC is #291323. Grayscale: #E3E3E3. Windows color (decimal): -2691876 or 14478550. OLE color: 14478550.

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

Color convert

RGB214236220-
CMYK0.0900.070.07
HSL136.36º36.67%88.24%-
HSV(B)136.36º9.32%92.55%-
XYZ70.6579.4579.32-
YUV227.6123.71118.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.94%
GREEN value IS 236 (92.58% from 255) = 35.22%
BLUE value IS 220 (86.33% from 255) = 32.84%
R=31.94%
G=35.22%
B=32.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142362200.0900.070.07136.3636.6788.24
HexD6ECDC9077882558
Octal3263543341107721045130
Binary11010110111011001101110010010111111100010001001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECDC; }

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

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

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

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

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

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

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

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