#E6BEEC

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

Shades of Snuff #E6BEEC

Tints of Snuff #E6BEEC

Color information

#E6BEEC (or 0xE6BEEC) is unknown color: approx Snuff. HEX triplet: E6, BE and EC. RGB value is (230,190,236). Sum of RGB (Red+Green+Blue) = 230+190+236=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6BEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BEEC is #194113. Grayscale: #CFCFCF. Windows color (decimal): -1655060 or 15515366. OLE color: 15515366.

HSL color Cylindrical-coordinate representation of color #E6BEEC: hue angle of 292.17º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BEEC is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230190236-
CMYK0.030.1900.07
HSL292.17º54.76%83.53%-
HSV(B)292.17º19.49%92.55%-
XYZ66.1959.7187.39-
YUV207.2144.25144.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.06%
GREEN value IS 190 (74.61% from 255) = 28.96%
BLUE value IS 236 (92.58% from 255) = 35.98%
R=35.06%
G=28.96%
B=35.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301902360.030.1900.07292.1754.7683.53
HexE6BEEC313071243754
Octal3462763543230744467124
Binary111001101011111011101100111001101111001001001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BEEC; }

 p { color: rgb(230,190,236); }

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

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

 a { background-color: rgb(230,190,236); }

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

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

 span { border-color: rgb(230,190,236); }

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