#EDBAF1

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

Shades of Snuff #EDBAF1

Tints of Snuff #EDBAF1

Color information

#EDBAF1 (or 0xEDBAF1) is unknown color: approx Snuff. HEX triplet: ED, BA and F1. RGB value is (237,186,241). Sum of RGB (Red+Green+Blue) = 237+186+241=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDBAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAF1 is #12450E. Grayscale: #CFCFCF. Windows color (decimal): -1197327 or 15842029. OLE color: 15842029.

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

Color convert

RGB237186241-
CMYK0.020.2300.05
HSL295.64º66.27%83.73%-
HSV(B)295.64º22.82%94.51%-
XYZ68.3659.4791.1-
YUV207.52146.9149.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.69%
GREEN value IS 186 (73.05% from 255) = 28.01%
BLUE value IS 241 (94.53% from 255) = 36.30%
R=35.69%
G=28.01%
B=36.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371862410.020.2300.05295.6466.2783.73
HexEDBAF1217051284254
Octal35527236122705450102124
Binary1110110110111010111100011010111010110010100010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAF1; }

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

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

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

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

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

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

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

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