#E9CBEF

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

Shades of Snuff #E9CBEF

Tints of Snuff #E9CBEF

Color information

#E9CBEF (or 0xE9CBEF) is unknown color: approx Snuff. HEX triplet: E9, CB and EF. RGB value is (233,203,239). Sum of RGB (Red+Green+Blue) = 233+203+239=675 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.52% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9CBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CBEF is #163410. Grayscale: #D7D7D7. Windows color (decimal): -1455121 or 15715305. OLE color: 15715305.

HSL color Cylindrical-coordinate representation of color #E9CBEF: hue angle of 290º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9CBEF is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB233203239-
CMYK0.030.1500.06
HSL290º52.94%86.67%-
HSV(B)290º15.06%93.73%-
XYZ70.5466.2790.73-
YUV216.07140.94140.07-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.52%
GREEN value IS 203 (79.69% from 255) = 30.07%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=34.52%
G=30.07%
B=35.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2332032390.030.1500.0629052.9486.67
HexE9CBEF3F061223557
Octal3513133573170644265127
Binary11101001110010111110111111111101101001000101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CBEF; }

 p { color: rgb(233,203,239); }

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

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

 a { background-color: rgb(233,203,239); }

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

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

 span { border-color: rgb(233,203,239); }

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