#EDC0EE

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

Shades of Snuff #EDC0EE

Tints of Snuff #EDC0EE

Color information

#EDC0EE (or 0xEDC0EE) is unknown color: approx Snuff. HEX triplet: ED, C0 and EE. RGB value is (237,192,238). Sum of RGB (Red+Green+Blue) = 237+192+238=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDC0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0EE is #123F11. Grayscale: #D2D2D2. Windows color (decimal): -1195794 or 15646957. OLE color: 15646957.

HSL color Cylindrical-coordinate representation of color #EDC0EE: hue angle of 298.7º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC0EE is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237192238-
CMYK0.000.1900.07
HSL298.7º57.5%84.31%-
HSV(B)298.7º19.33%93.33%-
XYZ69.2161.8889.18-
YUV210.7143.41146.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 192 (75.39% from 255) = 28.79%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=35.53%
G=28.79%
B=35.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371922380.000.1900.07298.757.584.31
HexEDC0EE0130712b3a54
Octal3553003560230745372124
Binary11101101110000001110111001001101111001010111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC0EE; }

 p { color: rgb(237,192,238); }

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

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

 a { background-color: rgb(237,192,238); }

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

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

 span { border-color: rgb(237,192,238); }

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