#E4CBE5

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

Shades of Snuff #E4CBE5

Tints of Snuff #E4CBE5

Color information

#E4CBE5 (or 0xE4CBE5) is unknown color: approx Snuff. HEX triplet: E4, CB and E5. RGB value is (228,203,229). Sum of RGB (Red+Green+Blue) = 228+203+229=660 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.55% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 229 - color contains mainly: blue. Hex color #E4CBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CBE5 is #1B341A. Grayscale: #D5D5D5. Windows color (decimal): -1782811 or 15059940. OLE color: 15059940.

HSL color Cylindrical-coordinate representation of color #E4CBE5: hue angle of 297.69º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4CBE5 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB228203229-
CMYK0.000.1100.10
HSL297.69º33.33%84.71%-
HSV(B)297.69º11.35%89.8%-
XYZ67.4964.8683.09-
YUV213.44136.78138.39-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.55%
GREEN value IS 203 (79.69% from 255) = 30.76%
BLUE value IS 229 (89.84% from 255) = 34.70%
R=34.55%
G=30.76%
B=34.70%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2282032290.000.1100.10297.6933.3384.71
HexE4CBE50B0A12a2155
Octal34431334501301245241125
Binary11100100110010111110010101011010101001010101000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CBE5; }

 p { color: rgb(228,203,229); }

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

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

 a { background-color: rgb(228,203,229); }

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

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

 span { border-color: rgb(228,203,229); }

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