#ECD4EE

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

Shades of Snuff #ECD4EE

Tints of Snuff #ECD4EE

Color information

#ECD4EE (or 0xECD4EE) is unknown color: approx Snuff. HEX triplet: EC, D4 and EE. RGB value is (236,212,238). Sum of RGB (Red+Green+Blue) = 236+212+238=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECD4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD4EE is #132B11. Grayscale: #DEDEDE. Windows color (decimal): -1256210 or 15652076. OLE color: 15652076.

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

Color convert

RGB236212238-
CMYK0.010.1100.07
HSL295.38º43.33%88.24%-
HSV(B)295.38º10.92%93.33%-
XYZ73.5771.0990.73-
YUV222.14136.95137.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 212 (83.20% from 255) = 30.90%
BLUE value IS 238 (93.36% from 255) = 34.69%
R=34.40%
G=30.90%
B=34.69%

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
Decimal2362122380.010.1100.07295.3843.3388.24
HexECD4EE1B071272b58
Octal3543243561130744753130
Binary1110110011010100111011101101101111001001111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD4EE; }

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

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

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

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

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

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

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

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