#EDBCF2

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

Shades of Snuff #EDBCF2

Tints of Snuff #EDBCF2

Color information

#EDBCF2 (or 0xEDBCF2) is unknown color: approx Snuff. HEX triplet: ED, BC and F2. RGB value is (237,188,242). Sum of RGB (Red+Green+Blue) = 237+188+242=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDBCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCF2 is #12430D. Grayscale: #D0D0D0. Windows color (decimal): -1196814 or 15908077. OLE color: 15908077.

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

Color convert

RGB237188242-
CMYK0.020.2200.05
HSL294.44º67.5%84.31%-
HSV(B)294.44º22.31%94.9%-
XYZ68.9460.3892.03-
YUV208.81146.73148.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 188 (73.83% from 255) = 28.19%
BLUE value IS 242 (94.92% from 255) = 36.28%
R=35.53%
G=28.19%
B=36.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371882420.020.2200.05294.4467.584.31
HexEDBCF2216051264454
Octal35527436222605446104124
Binary1110110110111100111100101010110010110010011010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCF2; }

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

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

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

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

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

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

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

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