#EDC1EF

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

Shades of Snuff #EDC1EF

Tints of Snuff #EDC1EF

Color information

#EDC1EF (or 0xEDC1EF) is unknown color: approx Snuff. HEX triplet: ED, C1 and EF. RGB value is (237,193,239). Sum of RGB (Red+Green+Blue) = 237+193+239=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 193 (75.78% from 255 or 28.85% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDC1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1EF is #123E10. Grayscale: #D3D3D3. Windows color (decimal): -1195537 or 15712749. OLE color: 15712749.

HSL color Cylindrical-coordinate representation of color #EDC1EF: hue angle of 297.39º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC1EF is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237193239-
CMYK0.010.1900.06
HSL297.39º58.97%84.71%-
HSV(B)297.39º19.25%93.73%-
XYZ69.5862.3890.03-
YUV211.4143.58146.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 193 (75.78% from 255) = 28.85%
BLUE value IS 239 (93.75% from 255) = 35.72%
R=35.43%
G=28.85%
B=35.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371932390.010.1900.06297.3958.9784.71
HexEDC1EF113061293b55
Octal3553013571230645173125
Binary11101101110000011110111111001101101001010011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC1EF; }

 p { color: rgb(237,193,239); }

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

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

 a { background-color: rgb(237,193,239); }

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

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

 span { border-color: rgb(237,193,239); }

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