#EDBFF4

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

Shades of Snuff #EDBFF4

Tints of Snuff #EDBFF4

Color information

#EDBFF4 (or 0xEDBFF4) is unknown color: approx Snuff. HEX triplet: ED, BF and F4. RGB value is (237,191,244). Sum of RGB (Red+Green+Blue) = 237+191+244=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDBFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFF4 is #12400B. Grayscale: #D2D2D2. Windows color (decimal): -1196044 or 16039917. OLE color: 16039917.

HSL color Cylindrical-coordinate representation of color #EDBFF4: hue angle of 292.08º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBFF4 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237191244-
CMYK0.030.2200.04
HSL292.08º70.67%85.29%-
HSV(B)292.08º21.72%95.69%-
XYZ69.8861.893.83-
YUV210.8146.74146.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.27%
GREEN value IS 191 (75% from 255) = 28.42%
BLUE value IS 244 (95.70% from 255) = 36.31%
R=35.27%
G=28.42%
B=36.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371912440.030.2200.04292.0870.6785.29
HexEDBFF4316041244755
Octal35527736432604444107125
Binary1110110110111111111101001110110010010010010010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFF4; }

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

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

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

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

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

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

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

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