#E4D8BF

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

Shades of Double Pearl Lusta #E4D8BF

Tints of Double Pearl Lusta #E4D8BF

Color information

#E4D8BF (or 0xE4D8BF) is unknown color: approx Double Pearl Lusta. HEX triplet: E4, D8 and BF. RGB value is (228,216,191). Sum of RGB (Red+Green+Blue) = 228+216+191=635 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.91% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D8BF is #1B2740. Grayscale: #D8D8D8. Windows color (decimal): -1779521 or 12572900. OLE color: 12572900.

HSL color Cylindrical-coordinate representation of color #E4D8BF: hue angle of 40.54º degrees, saturation: 0.41, 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 #E4D8BF is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB228216191-
CMYK00.050.160.11
HSL40.54º40.66%82.16%-
HSV(B)40.54º16.23%89.41%-
XYZ65.9569.3759.2-
YUV216.74113.48136.03-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.91%
GREEN value IS 216 (84.77% from 255) = 34.02%
BLUE value IS 191 (75% from 255) = 30.08%
R=35.91%
G=34.02%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821619100.050.160.1140.5440.6682.16
HexE4D8BF0510B292952
Octal3443302770520135151122
Binary11100100110110001011111101011000010111010011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D8BF; }

 p { color: rgb(228,216,191); }

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

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

 a { background-color: rgb(228,216,191); }

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

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

 span { border-color: rgb(228,216,191); }

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