#E7DFCA

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

Shades of Pearl Lusta #E7DFCA

Tints of Pearl Lusta #E7DFCA

Color information

#E7DFCA (or 0xE7DFCA) is unknown color: approx Pearl Lusta. HEX triplet: E7, DF and CA. RGB value is (231,223,202). Sum of RGB (Red+Green+Blue) = 231+223+202=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DFCA is #182035. Grayscale: #DFDFDF. Windows color (decimal): -1581110 or 13295591. OLE color: 13295591.

HSL color Cylindrical-coordinate representation of color #E7DFCA: hue angle of 43.45º degrees, saturation: 0.38, 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 #E7DFCA is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231223202-
CMYK00.030.130.09
HSL43.45º37.66%84.9%-
HSV(B)43.45º12.55%90.59%-
XYZ7074.0366.48-
YUV223116.15133.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.21%
GREEN value IS 223 (87.5% from 255) = 33.99%
BLUE value IS 202 (79.30% from 255) = 30.79%
R=35.21%
G=33.99%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122320200.030.130.0943.4537.6684.9
HexE7DFCA03D92b2655
Octal3473373120315115346125
Binary111001111101111111001010011110110011010111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DFCA; }

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

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

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

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

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

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

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

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