#E8DFCA

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

Shades of Pearl Lusta #E8DFCA

Tints of Pearl Lusta #E8DFCA

Color information

#E8DFCA (or 0xE8DFCA) is unknown color: approx Pearl Lusta. HEX triplet: E8, DF and CA. RGB value is (232,223,202). Sum of RGB (Red+Green+Blue) = 232+223+202=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFCA is #172035. Grayscale: #DFDFDF. Windows color (decimal): -1515574 or 13295592. OLE color: 13295592.

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

Color convert

RGB232223202-
CMYK00.040.130.09
HSL42º39.47%85.1%-
HSV(B)42º12.93%90.98%-
XYZ70.3374.266.49-
YUV223.3115.98134.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.31%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=35.31%
G=33.94%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222320200.040.130.094239.4785.1
HexE8DFCA04D92a2755
Octal3503373120415115247125
Binary1110100011011111110010100100110110011010101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DFCA; }

 p { color: rgb(232,223,202); }

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

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

 a { background-color: rgb(232,223,202); }

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

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

 span { border-color: rgb(232,223,202); }

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