#ECD4EB

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

Shades of Snuff #ECD4EB

Tints of Snuff #ECD4EB

Color information

#ECD4EB (or 0xECD4EB) is unknown color: approx Snuff. HEX triplet: EC, D4 and EB. RGB value is (236,212,235). Sum of RGB (Red+Green+Blue) = 236+212+235=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD4EB is #132B14. Grayscale: #DDDDDD. Windows color (decimal): -1256213 or 15455468. OLE color: 15455468.

HSL color Cylindrical-coordinate representation of color #ECD4EB: hue angle of 302.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD4EB is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB236212235-
CMYK00.100.000.07
HSL302.5º38.71%87.84%-
HSV(B)302.5º10.17%92.55%-
XYZ73.1370.9288.43-
YUV221.8135.45138.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 212 (83.20% from 255) = 31.04%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=34.55%
G=31.04%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621223500.100.000.07302.538.7187.84
HexECD4EB0A0712e2758
Octal3543243530120745647130
Binary1110110011010100111010110101001111001011101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD4EB; }

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

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

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

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

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

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

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

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