#EDCFE8

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

Shades of Snuff #EDCFE8

Tints of Snuff #EDCFE8

Color information

#EDCFE8 (or 0xEDCFE8) is unknown color: approx Snuff. HEX triplet: ED, CF and E8. RGB value is (237,207,232). Sum of RGB (Red+Green+Blue) = 237+207+232=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFE8 is #123017. Grayscale: #DADADA. Windows color (decimal): -1191960 or 15257581. OLE color: 15257581.

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

Color convert

RGB237207232-
CMYK00.130.020.07
HSL310º45.45%87.06%-
HSV(B)310º12.66%92.94%-
XYZ71.868.4685.77-
YUV218.82135.44140.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.06%
GREEN value IS 207 (81.25% from 255) = 30.62%
BLUE value IS 232 (91.02% from 255) = 34.32%
R=35.06%
G=30.62%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720723200.130.020.0731045.4587.06
HexEDCFE80D271362d57
Octal3553173500152746655127
Binary11101101110011111110100001101101111001101101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFE8; }

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

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

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

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

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

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

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

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