#EDBCF1

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

Shades of Snuff #EDBCF1

Tints of Snuff #EDBCF1

Color information

#EDBCF1 (or 0xEDBCF1) is unknown color: approx Snuff. HEX triplet: ED, BC and F1. RGB value is (237,188,241). Sum of RGB (Red+Green+Blue) = 237+188+241=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDBCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCF1 is #12430E. Grayscale: #D0D0D0. Windows color (decimal): -1196815 or 15842541. OLE color: 15842541.

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

Color convert

RGB237188241-
CMYK0.020.2200.05
HSL295.47º65.43%84.12%-
HSV(B)295.47º21.99%94.51%-
XYZ68.7960.3291.24-
YUV208.69146.23148.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 188 (73.83% from 255) = 28.23%
BLUE value IS 241 (94.53% from 255) = 36.19%
R=35.59%
G=28.23%
B=36.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371882410.020.2200.05295.4765.4384.12
HexEDBCF1216051274154
Octal35527436122605447101124
Binary1110110110111100111100011010110010110010011110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCF1; }

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

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

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

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

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

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

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

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