#EDC6F4

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

Shades of Snuff #EDC6F4

Tints of Snuff #EDC6F4

Color information

#EDC6F4 (or 0xEDC6F4) is unknown color: approx Snuff. HEX triplet: ED, C6 and F4. RGB value is (237,198,244). Sum of RGB (Red+Green+Blue) = 237+198+244=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 198 (77.73% from 255 or 29.16% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDC6F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC6F4 is #12390B. Grayscale: #D6D6D6. Windows color (decimal): -1194252 or 16041709. OLE color: 16041709.

HSL color Cylindrical-coordinate representation of color #EDC6F4: hue angle of 290.87º degrees, saturation: 0.68, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC6F4 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237198244-
CMYK0.030.1900.04
HSL290.87º67.65%86.67%-
HSV(B)290.87º18.85%95.69%-
XYZ71.4564.9294.35-
YUV214.9144.42143.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 198 (77.73% from 255) = 29.16%
BLUE value IS 244 (95.70% from 255) = 35.94%
R=34.90%
G=29.16%
B=35.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371982440.030.1900.04290.8767.6586.67
HexEDC6F4313041234457
Octal35530636432304443104127
Binary1110110111000110111101001110011010010010001110001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC6F4; }

 p { color: rgb(237,198,244); }

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

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

 a { background-color: rgb(237,198,244); }

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

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

 span { border-color: rgb(237,198,244); }

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