#E6DECB

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

Shades of Pearl Lusta #E6DECB

Tints of Pearl Lusta #E6DECB

Color information

#E6DECB (or 0xE6DECB) is unknown color: approx Pearl Lusta. HEX triplet: E6, DE and CB. RGB value is (230,222,203). Sum of RGB (Red+Green+Blue) = 230+222+203=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DECB is #192134. Grayscale: #DEDEDE. Windows color (decimal): -1646901 or 13360870. OLE color: 13360870.

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

Color convert

RGB230222203-
CMYK00.030.120.10
HSL42.22º35.06%84.9%-
HSV(B)42.22º11.74%90.2%-
XYZ69.5373.3867-
YUV222.23117.15133.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.11%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 203 (79.69% from 255) = 30.99%
R=35.11%
G=33.89%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022220300.030.120.1042.2235.0684.9
HexE6DECB03CA2a2355
Octal3463363130314125243125
Binary111001101101111011001011011110010101010101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DECB; }

 p { color: rgb(230,222,203); }

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

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

 a { background-color: rgb(230,222,203); }

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

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

 span { border-color: rgb(230,222,203); }

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