#E6DECA

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

Shades of Pearl Lusta #E6DECA

Tints of Pearl Lusta #E6DECA

Color information

#E6DECA (or 0xE6DECA) is unknown color: approx Pearl Lusta. HEX triplet: E6, DE and CA. RGB value is (230,222,202). Sum of RGB (Red+Green+Blue) = 230+222+202=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DECA is #192135. Grayscale: #DEDEDE. Windows color (decimal): -1646902 or 13295334. OLE color: 13295334.

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

Color convert

RGB230222202-
CMYK00.030.120.10
HSL42.86º35.9%84.71%-
HSV(B)42.86º12.17%90.2%-
XYZ69.4273.3366.37-
YUV222.11116.65133.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.17%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=35.17%
G=33.94%
B=30.89%

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
Decimal23022220200.030.120.1042.8635.984.71
HexE6DECA03CA2b2455
Octal3463363120314125344125
Binary111001101101111011001010011110010101010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DECA; }

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

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

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

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

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

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

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

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