#ECD5EE

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

Shades of Snuff #ECD5EE

Tints of Snuff #ECD5EE

Color information

#ECD5EE (or 0xECD5EE) is unknown color: approx Snuff. HEX triplet: EC, D5 and EE. RGB value is (236,213,238). Sum of RGB (Red+Green+Blue) = 236+213+238=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 213 (83.59% from 255 or 31.00% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECD5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD5EE is #132A11. Grayscale: #DEDEDE. Windows color (decimal): -1255954 or 15652332. OLE color: 15652332.

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

Color convert

RGB236213238-
CMYK0.010.1100.07
HSL295.2º42.37%88.43%-
HSV(B)295.2º10.5%93.33%-
XYZ73.8271.5990.82-
YUV222.73136.62137.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.35%
GREEN value IS 213 (83.59% from 255) = 31.00%
BLUE value IS 238 (93.36% from 255) = 34.64%
R=34.35%
G=31.00%
B=34.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362132380.010.1100.07295.242.3788.43
HexECD5EE1B071272a58
Octal3543253561130744752130
Binary1110110011010101111011101101101111001001111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5EE; }

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

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

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

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

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

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

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

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