#EDBCF0

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

Shades of Snuff #EDBCF0

Tints of Snuff #EDBCF0

Color information

#EDBCF0 (or 0xEDBCF0) is unknown color: approx Snuff. HEX triplet: ED, BC and F0. RGB value is (237,188,240). Sum of RGB (Red+Green+Blue) = 237+188+240=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDBCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCF0 is #12430F. Grayscale: #D0D0D0. Windows color (decimal): -1196816 or 15777005. OLE color: 15777005.

HSL color Cylindrical-coordinate representation of color #EDBCF0: hue angle of 296.54º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBCF0 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237188240-
CMYK0.010.2200.06
HSL296.54º63.41%83.92%-
HSV(B)296.54º21.67%94.12%-
XYZ68.6460.2690.45-
YUV208.58145.73148.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 188 (73.83% from 255) = 28.27%
BLUE value IS 240 (94.14% from 255) = 36.09%
R=35.64%
G=28.27%
B=36.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371882400.010.2200.06296.5463.4183.92
HexEDBCF0116061293f54
Octal3552743601260645177124
Binary11101101101111001111000011011001101001010011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCF0; }

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

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

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

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

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

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

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

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