#E3D6BE

Color #E3D6BE Double Pearl Lusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Pearl Lusta #E3D6BE

Tints of Double Pearl Lusta #E3D6BE

Color information

#E3D6BE (or 0xE3D6BE) is unknown color: approx Double Pearl Lusta. HEX triplet: E3, D6 and BE. RGB value is (227,214,190). Sum of RGB (Red+Green+Blue) = 227+214+190=631 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.97% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D6BE is #1C2941. Grayscale: #D7D7D7. Windows color (decimal): -1845570 or 12506851. OLE color: 12506851.

HSL color Cylindrical-coordinate representation of color #E3D6BE: hue angle of 38.92º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3D6BE is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB227214190-
CMYK00.060.160.11
HSL38.92º39.78%81.76%-
HSV(B)38.92º16.3%89.02%-
XYZ65.0268.1458.44-
YUV215.15113.81136.45-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.97%
GREEN value IS 214 (83.98% from 255) = 33.91%
BLUE value IS 190 (74.61% from 255) = 30.11%
R=35.97%
G=33.91%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721419000.060.160.1138.9239.7881.76
HexE3D6BE0610B272852
Octal3433262760620134750122
Binary11100011110101101011111001101000010111001111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D6BE; }

 p { color: rgb(227,214,190); }

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

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

 a { background-color: rgb(227,214,190); }

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

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

 span { border-color: rgb(227,214,190); }

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