#E7CBE4

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

Shades of Snuff #E7CBE4

Tints of Snuff #E7CBE4

Color information

#E7CBE4 (or 0xE7CBE4) is unknown color: approx Snuff. HEX triplet: E7, CB and E4. RGB value is (231,203,228). Sum of RGB (Red+Green+Blue) = 231+203+228=662 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.89% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBE4 is #18341B. Grayscale: #D6D6D6. Windows color (decimal): -1586204 or 14994407. OLE color: 14994407.

HSL color Cylindrical-coordinate representation of color #E7CBE4: hue angle of 306.43º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7CBE4 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB231203228-
CMYK00.120.010.09
HSL306.43º36.84%85.1%-
HSV(B)306.43º12.12%90.59%-
XYZ68.3165.382.4-
YUV214.22135.78139.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.89%
GREEN value IS 203 (79.69% from 255) = 30.66%
BLUE value IS 228 (89.45% from 255) = 34.44%
R=34.89%
G=30.66%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120322800.120.010.09306.4336.8485.1
HexE7CBE40C191322555
Octal34731334401411146245125
Binary11100111110010111110010001100110011001100101001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBE4; }

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

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

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

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

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

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

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

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