#EDBEF1

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

Shades of Snuff #EDBEF1

Tints of Snuff #EDBEF1

Color information

#EDBEF1 (or 0xEDBEF1) is unknown color: approx Snuff. HEX triplet: ED, BE and F1. RGB value is (237,190,241). Sum of RGB (Red+Green+Blue) = 237+190+241=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDBEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEF1 is #12410E. Grayscale: #D1D1D1. Windows color (decimal): -1196303 or 15843053. OLE color: 15843053.

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

Color convert

RGB237190241-
CMYK0.020.2100.05
HSL295.29º64.56%84.51%-
HSV(B)295.29º21.16%94.51%-
XYZ69.2261.1891.38-
YUV209.87145.57147.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 190 (74.61% from 255) = 28.44%
BLUE value IS 241 (94.53% from 255) = 36.08%
R=35.48%
G=28.44%
B=36.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371902410.020.2100.05295.2964.5684.51
HexEDBEF1215051274155
Octal35527636122505447101125
Binary1110110110111110111100011010101010110010011110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEF1; }

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

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

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

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

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

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

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

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