#E6DECC

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

Shades of Pearl Lusta #E6DECC

Tints of Pearl Lusta #E6DECC

Color information

#E6DECC (or 0xE6DECC) is unknown color: approx Pearl Lusta. HEX triplet: E6, DE and CC. RGB value is (230,222,204). Sum of RGB (Red+Green+Blue) = 230+222+204=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DECC is #192133. Grayscale: #DEDEDE. Windows color (decimal): -1646900 or 13426406. OLE color: 13426406.

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

Color convert

RGB230222204-
CMYK00.030.110.10
HSL41.54º34.21%85.1%-
HSV(B)41.54º11.3%90.2%-
XYZ69.6573.4367.63-
YUV222.34117.65133.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.06%
GREEN value IS 222 (87.11% from 255) = 33.84%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=35.06%
G=33.84%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022220400.030.110.1041.5434.2185.1
HexE6DECC03BA2a2255
Octal3463363140313125242125
Binary111001101101111011001100011101110101010101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DECC; }

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

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

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

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

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

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

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

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