#EDCEF1

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

Shades of Snuff #EDCEF1

Tints of Snuff #EDCEF1

Color information

#EDCEF1 (or 0xEDCEF1) is unknown color: approx Snuff. HEX triplet: ED, CE and F1. RGB value is (237,206,241). Sum of RGB (Red+Green+Blue) = 237+206+241=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDCEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEF1 is #12310E. Grayscale: #DBDBDB. Windows color (decimal): -1192207 or 15847149. OLE color: 15847149.

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

Color convert

RGB237206241-
CMYK0.020.1500.05
HSL293.14º55.56%87.65%-
HSV(B)293.14º14.52%94.51%-
XYZ72.8768.592.6-
YUV219.26140.27140.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 206 (80.86% from 255) = 30.12%
BLUE value IS 241 (94.53% from 255) = 35.23%
R=34.65%
G=30.12%
B=35.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372062410.020.1500.05293.1455.5687.65
HexEDCEF12F051253858
Octal3553163612170544570130
Binary11101101110011101111000110111101011001001011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEF1; }

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

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

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

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

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

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

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

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