#EDCFF1

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

Shades of Snuff #EDCFF1

Tints of Snuff #EDCFF1

Color information

#EDCFF1 (or 0xEDCFF1) is unknown color: approx Snuff. HEX triplet: ED, CF and F1. RGB value is (237,207,241). Sum of RGB (Red+Green+Blue) = 237+207+241=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDCFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFF1 is #12300E. Grayscale: #DBDBDB. Windows color (decimal): -1191951 or 15847405. OLE color: 15847405.

HSL color Cylindrical-coordinate representation of color #EDCFF1: hue angle of 292.94º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCFF1 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237207241-
CMYK0.020.1400.05
HSL292.94º54.84%87.84%-
HSV(B)292.94º14.11%94.51%-
XYZ73.1268.9892.68-
YUV219.85139.94140.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 207 (81.25% from 255) = 30.22%
BLUE value IS 241 (94.53% from 255) = 35.18%
R=34.60%
G=30.22%
B=35.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372072410.020.1400.05292.9454.8487.84
HexEDCFF12E051253758
Octal3553173612160544567130
Binary11101101110011111111000110111001011001001011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFF1; }

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

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

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

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

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

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

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

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