#E7DFCB

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

Shades of Pearl Lusta #E7DFCB

Tints of Pearl Lusta #E7DFCB

Color information

#E7DFCB (or 0xE7DFCB) is unknown color: approx Pearl Lusta. HEX triplet: E7, DF and CB. RGB value is (231,223,203). Sum of RGB (Red+Green+Blue) = 231+223+203=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DFCB is #182034. Grayscale: #DFDFDF. Windows color (decimal): -1581109 or 13361127. OLE color: 13361127.

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

Color convert

RGB231223203-
CMYK00.030.120.09
HSL42.86º36.84%85.1%-
HSV(B)42.86º12.12%90.59%-
XYZ70.1274.0867.1-
YUV223.11116.65133.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.16%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 203 (79.69% from 255) = 30.90%
R=35.16%
G=33.94%
B=30.90%

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
Decimal23122320300.030.120.0942.8636.8485.1
HexE7DFCB03C92b2555
Octal3473373130314115345125
Binary111001111101111111001011011110010011010111001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DFCB; }

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

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

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

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

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

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

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

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