#EDC9F0

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

Shades of Snuff #EDC9F0

Tints of Snuff #EDC9F0

Color information

#EDC9F0 (or 0xEDC9F0) is unknown color: approx Snuff. HEX triplet: ED, C9 and F0. RGB value is (237,201,240). Sum of RGB (Red+Green+Blue) = 237+201+240=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 201 (78.91% from 255 or 29.65% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDC9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9F0 is #12360F. Grayscale: #D8D8D8. Windows color (decimal): -1193488 or 15780333. OLE color: 15780333.

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

Color convert

RGB237201240-
CMYK0.010.1600.06
HSL295.38º56.52%86.47%-
HSV(B)295.38º16.25%94.12%-
XYZ71.5466.0791.42-
YUV216.21141.43142.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.96%
GREEN value IS 201 (78.91% from 255) = 29.65%
BLUE value IS 240 (94.14% from 255) = 35.40%
R=34.96%
G=29.65%
B=35.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372012400.010.1600.06295.3856.5286.47
HexEDC9F0110061273956
Octal3553113601200644771126
Binary11101101110010011111000011000001101001001111110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9F0; }

 p { color: rgb(237,201,240); }

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

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

 a { background-color: rgb(237,201,240); }

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

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

 span { border-color: rgb(237,201,240); }

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