#EDBFF2

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

Shades of Snuff #EDBFF2

Tints of Snuff #EDBFF2

Color information

#EDBFF2 (or 0xEDBFF2) is unknown color: approx Snuff. HEX triplet: ED, BF and F2. RGB value is (237,191,242). Sum of RGB (Red+Green+Blue) = 237+191+242=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDBFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFF2 is #12400D. Grayscale: #D2D2D2. Windows color (decimal): -1196046 or 15908845. OLE color: 15908845.

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

Color convert

RGB237191242-
CMYK0.020.2100.05
HSL294.12º66.23%84.9%-
HSV(B)294.12º21.07%94.9%-
XYZ69.5861.6892.24-
YUV210.57145.74146.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 191 (75% from 255) = 28.51%
BLUE value IS 242 (94.92% from 255) = 36.12%
R=35.37%
G=28.51%
B=36.12%

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
Decimal2371912420.020.2100.05294.1266.2384.9
HexEDBFF2215051264255
Octal35527736222505446102125
Binary1110110110111111111100101010101010110010011010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFF2; }

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

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

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

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

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

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

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

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