#EDBFF0

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

Shades of Snuff #EDBFF0

Tints of Snuff #EDBFF0

Color information

#EDBFF0 (or 0xEDBFF0) is unknown color: approx Snuff. HEX triplet: ED, BF and F0. RGB value is (237,191,240). Sum of RGB (Red+Green+Blue) = 237+191+240=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDBFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFF0 is #12400F. Grayscale: #D2D2D2. Windows color (decimal): -1196048 or 15777773. OLE color: 15777773.

HSL color Cylindrical-coordinate representation of color #EDBFF0: hue angle of 296.33º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBFF0 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237191240-
CMYK0.010.2000.06
HSL296.33º62.03%84.51%-
HSV(B)296.33º20.42%94.12%-
XYZ69.2861.5690.67-
YUV210.34144.74147.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 191 (75% from 255) = 28.59%
BLUE value IS 240 (94.14% from 255) = 35.93%
R=35.48%
G=28.59%
B=35.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371912400.010.2000.06296.3362.0384.51
HexEDBFF0114061283e55
Octal3552773601240645076125
Binary11101101101111111111000011010001101001010001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFF0; }

 p { color: rgb(237,191,240); }

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

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

 a { background-color: rgb(237,191,240); }

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

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

 span { border-color: rgb(237,191,240); }

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