#E3CBE1

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

Shades of Snuff #E3CBE1

Tints of Snuff #E3CBE1

Color information

#E3CBE1 (or 0xE3CBE1) is unknown color: approx Snuff. HEX triplet: E3, CB and E1. RGB value is (227,203,225). Sum of RGB (Red+Green+Blue) = 227+203+225=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBE1 is #1C341E. Grayscale: #D4D4D4. Windows color (decimal): -1848351 or 14797795. OLE color: 14797795.

HSL color Cylindrical-coordinate representation of color #E3CBE1: hue angle of 305º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3CBE1 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB227203225-
CMYK00.110.010.11
HSL305º30%84.31%-
HSV(B)305º10.57%89.02%-
XYZ66.6364.4880.17-
YUV212.68134.95138.21-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.66%
GREEN value IS 203 (79.69% from 255) = 30.99%
BLUE value IS 225 (88.28% from 255) = 34.35%
R=34.66%
G=30.99%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720322500.110.010.113053084.31
HexE3CBE10B1B1311e54
Octal34331334101311346136124
Binary1110001111001011111000010101111011100110001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CBE1; }

 p { color: rgb(227,203,225); }

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

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

 a { background-color: rgb(227,203,225); }

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

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

 span { border-color: rgb(227,203,225); }

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