#E2CBE0

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

Shades of Snuff #E2CBE0

Tints of Snuff #E2CBE0

Color information

#E2CBE0 (or 0xE2CBE0) is unknown color: approx Snuff. HEX triplet: E2, CB and E0. RGB value is (226,203,224). Sum of RGB (Red+Green+Blue) = 226+203+224=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBE0 is #1D341F. Grayscale: #D4D4D4. Windows color (decimal): -1913888 or 14732258. OLE color: 14732258.

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

Color convert

RGB226203224-
CMYK00.100.010.11
HSL305.22º28.4%84.12%-
HSV(B)305.22º10.18%88.63%-
XYZ66.1764.2679.44-
YUV212.27134.62137.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.61%
GREEN value IS 203 (79.69% from 255) = 31.09%
BLUE value IS 224 (87.89% from 255) = 34.30%
R=34.61%
G=31.09%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620322400.100.010.11305.2228.484.12
HexE2CBE00A1B1311c54
Octal34231334001211346134124
Binary1110001011001011111000000101011011100110001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CBE0; }

 p { color: rgb(226,203,224); }

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

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

 a { background-color: rgb(226,203,224); }

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

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

 span { border-color: rgb(226,203,224); }

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