#ECD6EE

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

Shades of Snuff #ECD6EE

Tints of Snuff #ECD6EE

Color information

#ECD6EE (or 0xECD6EE) is unknown color: approx Snuff. HEX triplet: EC, D6 and EE. RGB value is (236,214,238). Sum of RGB (Red+Green+Blue) = 236+214+238=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECD6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD6EE is #132911. Grayscale: #DFDFDF. Windows color (decimal): -1255698 or 15652588. OLE color: 15652588.

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

Color convert

RGB236214238-
CMYK0.010.1000.07
HSL295º41.38%88.63%-
HSV(B)295º10.08%93.33%-
XYZ74.0772.190.9-
YUV223.31136.29137.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.30%
GREEN value IS 214 (83.98% from 255) = 31.10%
BLUE value IS 238 (93.36% from 255) = 34.59%
R=34.30%
G=31.10%
B=34.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362142380.010.1000.0729541.3888.63
HexECD6EE1A071272959
Octal3543263561120744751131
Binary1110110011010110111011101101001111001001111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6EE; }

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

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

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

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

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

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

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

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