#E9DFC4

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

Shades of Pearl Lusta #E9DFC4

Tints of Pearl Lusta #E9DFC4

Color information

#E9DFC4 (or 0xE9DFC4) is unknown color: approx Pearl Lusta. HEX triplet: E9, DF and C4. RGB value is (233,223,196). Sum of RGB (Red+Green+Blue) = 233+223+196=652 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.74% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFC4 is #16203B. Grayscale: #DFDFDF. Windows color (decimal): -1450044 or 12902377. OLE color: 12902377.

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

Color convert

RGB233223196-
CMYK00.040.160.09
HSL43.78º45.68%84.12%-
HSV(B)43.78º15.88%91.37%-
XYZ69.9674.0862.84-
YUV222.91112.81135.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.74%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 196 (76.95% from 255) = 30.06%
R=35.74%
G=34.20%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322319600.040.160.0943.7845.6884.12
HexE9DFC4041092c2e54
Octal3513373040420115456124
Binary11101001110111111100010001001000010011011001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFC4; }

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

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

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

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

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

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

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

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