#E9DEBC

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

Shades of Double Pearl Lusta #E9DEBC

Tints of Double Pearl Lusta #E9DEBC

Color information

#E9DEBC (or 0xE9DEBC) is unknown color: approx Double Pearl Lusta. HEX triplet: E9, DE and BC. RGB value is (233,222,188). Sum of RGB (Red+Green+Blue) = 233+222+188=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEBC is #162143. Grayscale: #DDDDDD. Windows color (decimal): -1450308 or 12377833. OLE color: 12377833.

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

Color convert

RGB233222188-
CMYK00.050.190.09
HSL45.33º50.56%82.55%-
HSV(B)45.33º19.31%91.37%-
XYZ68.873.258.08-
YUV221.41109.14136.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.24%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 188 (73.83% from 255) = 29.24%
R=36.24%
G=34.53%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322218800.050.190.0945.3350.5682.55
HexE9DEBC051392d3353
Octal3513362740523115563123
Binary11101001110111101011110001011001110011011011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DEBC; }

 p { color: rgb(233,222,188); }

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

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

 a { background-color: rgb(233,222,188); }

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

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

 span { border-color: rgb(233,222,188); }

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