#E9DEC1

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

Shades of Double Pearl Lusta #E9DEC1

Tints of Double Pearl Lusta #E9DEC1

Color information

#E9DEC1 (or 0xE9DEC1) is unknown color: approx Double Pearl Lusta. HEX triplet: E9, DE and C1. RGB value is (233,222,193). Sum of RGB (Red+Green+Blue) = 233+222+193=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEC1 is #16213E. Grayscale: #DEDEDE. Windows color (decimal): -1450303 or 12705513. OLE color: 12705513.

HSL color Cylindrical-coordinate representation of color #E9DEC1: hue angle of 43.5º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9DEC1 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB233222193-
CMYK00.050.170.09
HSL43.5º47.62%83.53%-
HSV(B)43.5º17.17%91.37%-
XYZ69.3573.4260.97-
YUV221.98111.64135.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.96%
GREEN value IS 222 (87.11% from 255) = 34.26%
BLUE value IS 193 (75.78% from 255) = 29.78%
R=35.96%
G=34.26%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322219300.050.170.0943.547.6283.53
HexE9DEC1051192c3054
Octal3513363010521115460124
Binary11101001110111101100000101011000110011011001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DEC1; }

 p { color: rgb(233,222,193); }

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

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

 a { background-color: rgb(233,222,193); }

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

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

 span { border-color: rgb(233,222,193); }

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