#EDBAF2

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

Shades of Snuff #EDBAF2

Tints of Snuff #EDBAF2

Color information

#EDBAF2 (or 0xEDBAF2) is unknown color: approx Snuff. HEX triplet: ED, BA and F2. RGB value is (237,186,242). Sum of RGB (Red+Green+Blue) = 237+186+242=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDBAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAF2 is #12450D. Grayscale: #CFCFCF. Windows color (decimal): -1197326 or 15907565. OLE color: 15907565.

HSL color Cylindrical-coordinate representation of color #EDBAF2: hue angle of 294.64º degrees, saturation: 0.68, 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 #EDBAF2 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237186242-
CMYK0.020.2300.05
HSL294.64º68.29%83.92%-
HSV(B)294.64º23.14%94.9%-
XYZ68.5159.5391.88-
YUV207.63147.4148.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 186 (73.05% from 255) = 27.97%
BLUE value IS 242 (94.92% from 255) = 36.39%
R=35.64%
G=27.97%
B=36.39%

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
Decimal2371862420.020.2300.05294.6468.2983.92
HexEDBAF2217051274454
Octal35527236222705447104124
Binary1110110110111010111100101010111010110010011110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAF2; }

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

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

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

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

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

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

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

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