#EDC9E8

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

Shades of Snuff #EDC9E8

Tints of Snuff #EDC9E8

Color information

#EDC9E8 (or 0xEDC9E8) is unknown color: approx Snuff. HEX triplet: ED, C9 and E8. RGB value is (237,201,232). Sum of RGB (Red+Green+Blue) = 237+201+232=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 201 (78.91% from 255 or 30% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9E8 is #123617. Grayscale: #D7D7D7. Windows color (decimal): -1193496 or 15256045. OLE color: 15256045.

HSL color Cylindrical-coordinate representation of color #EDC9E8: hue angle of 308.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDC9E8 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB237201232-
CMYK00.150.020.07
HSL308.33º50%85.88%-
HSV(B)308.33º15.19%92.94%-
XYZ70.3865.685.3-
YUV215.3137.43143.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 201 (78.91% from 255) = 30%
BLUE value IS 232 (91.02% from 255) = 34.63%
R=35.37%
G=30%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720123200.150.020.07308.335085.88
HexEDC9E80F271343256
Octal3553113500172746462126
Binary11101101110010011110100001111101111001101001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9E8; }

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

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

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

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

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

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

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

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