#ECE2CA

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

Shades of Pearl Lusta #ECE2CA

Tints of Pearl Lusta #ECE2CA

Color information

#ECE2CA (or 0xECE2CA) is unknown color: approx Pearl Lusta. HEX triplet: EC, E2 and CA. RGB value is (236,226,202). Sum of RGB (Red+Green+Blue) = 236+226+202=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2CA is #131D35. Grayscale: #E2E2E2. Windows color (decimal): -1252662 or 13296364. OLE color: 13296364.

HSL color Cylindrical-coordinate representation of color #ECE2CA: hue angle of 42.35º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECE2CA is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236226202-
CMYK00.040.140.07
HSL42.35º47.22%85.88%-
HSV(B)42.35º14.41%92.55%-
XYZ72.4576.4966.82-
YUV226.25114.31134.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 226 (88.67% from 255) = 34.04%
BLUE value IS 202 (79.30% from 255) = 30.42%
R=35.54%
G=34.04%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622620200.040.140.0742.3547.2285.88
HexECE2CA04E72a2f56
Octal354342312041675257126
Binary111011001110001011001010010011101111010101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE2CA; }

 p { color: rgb(236,226,202); }

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

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

 a { background-color: rgb(236,226,202); }

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

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

 span { border-color: rgb(236,226,202); }

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