#E9DFC0

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

Shades of Double Pearl Lusta #E9DFC0

Tints of Double Pearl Lusta #E9DFC0

Color information

#E9DFC0 (or 0xE9DFC0) is unknown color: approx Double Pearl Lusta. HEX triplet: E9, DF and C0. RGB value is (233,223,192). Sum of RGB (Red+Green+Blue) = 233+223+192=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFC0 is #16203F. Grayscale: #DEDEDE. Windows color (decimal): -1450048 or 12640233. OLE color: 12640233.

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

Color convert

RGB233223192-
CMYK00.040.180.09
HSL45.37º48.24%83.33%-
HSV(B)45.37º17.6%91.37%-
XYZ69.5173.960.47-
YUV222.46110.81135.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.96%
GREEN value IS 223 (87.5% from 255) = 34.41%
BLUE value IS 192 (75.39% from 255) = 29.63%
R=35.96%
G=34.41%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322319200.040.180.0945.3748.2483.33
HexE9DFC0041292d3053
Octal3513373000422115560123
Binary11101001110111111100000001001001010011011011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFC0; }

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

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

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

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

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

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

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

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