#ECD2EE

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

Shades of Snuff #ECD2EE

Tints of Snuff #ECD2EE

Color information

#ECD2EE (or 0xECD2EE) is unknown color: approx Snuff. HEX triplet: EC, D2 and EE. RGB value is (236,210,238). Sum of RGB (Red+Green+Blue) = 236+210+238=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECD2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2EE is #132D11. Grayscale: #DCDCDC. Windows color (decimal): -1256722 or 15651564. OLE color: 15651564.

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

Color convert

RGB236210238-
CMYK0.010.1200.07
HSL295.71º45.16%87.84%-
HSV(B)295.71º11.76%93.33%-
XYZ73.0770.190.57-
YUV220.97137.61138.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 210 (82.42% from 255) = 30.70%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=34.50%
G=30.70%
B=34.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362102380.010.1200.07295.7145.1687.84
HexECD2EE1C071282d58
Octal3543223561140745055130
Binary1110110011010010111011101110001111001010001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2EE; }

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

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

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

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

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

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

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

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