#E9DFBA

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

Shades of Double Pearl Lusta #E9DFBA

Tints of Double Pearl Lusta #E9DFBA

Color information

#E9DFBA (or 0xE9DFBA) is unknown color: approx Double Pearl Lusta. HEX triplet: E9, DF and BA. RGB value is (233,223,186). Sum of RGB (Red+Green+Blue) = 233+223+186=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFBA is #162045. Grayscale: #DDDDDD. Windows color (decimal): -1450054 or 12247017. OLE color: 12247017.

HSL color Cylindrical-coordinate representation of color #E9DFBA: hue angle of 47.23º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9DFBA is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233223186-
CMYK00.040.200.09
HSL47.23º51.65%82.16%-
HSV(B)47.23º20.17%91.37%-
XYZ68.8573.6457.04-
YUV221.77107.81136.01-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.29%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 186 (73.05% from 255) = 28.97%
R=36.29%
G=34.74%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322318600.040.200.0947.2351.6582.16
HexE9DFBA041492f3452
Octal3513372720424115764122
Binary11101001110111111011101001001010010011011111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFBA; }

 p { color: rgb(233,223,186); }

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

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

 a { background-color: rgb(233,223,186); }

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

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

 span { border-color: rgb(233,223,186); }

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