#E7DFCC

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

Shades of Pearl Lusta #E7DFCC

Tints of Pearl Lusta #E7DFCC

Color information

#E7DFCC (or 0xE7DFCC) is unknown color: approx Pearl Lusta. HEX triplet: E7, DF and CC. RGB value is (231,223,204). Sum of RGB (Red+Green+Blue) = 231+223+204=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DFCC is #182033. Grayscale: #DFDFDF. Windows color (decimal): -1581108 or 13426663. OLE color: 13426663.

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

Color convert

RGB231223204-
CMYK00.030.120.09
HSL42.22º36%85.29%-
HSV(B)42.22º11.69%90.59%-
XYZ70.2474.1267.73-
YUV223.23117.15133.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.11%
GREEN value IS 223 (87.5% from 255) = 33.89%
BLUE value IS 204 (80.08% from 255) = 31.00%
R=35.11%
G=33.89%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122320400.030.120.0942.223685.29
HexE7DFCC03C92a2455
Octal3473373140314115244125
Binary111001111101111111001100011110010011010101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DFCC; }

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

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

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

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

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

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

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

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