#ECE1CA

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

Shades of Pearl Lusta #ECE1CA

Tints of Pearl Lusta #ECE1CA

Color information

#ECE1CA (or 0xECE1CA) is unknown color: approx Pearl Lusta. HEX triplet: EC, E1 and CA. RGB value is (236,225,202). Sum of RGB (Red+Green+Blue) = 236+225+202=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1CA is #131E35. Grayscale: #E1E1E1. Windows color (decimal): -1252918 or 13296108. OLE color: 13296108.

HSL color Cylindrical-coordinate representation of color #ECE1CA: hue angle of 40.59º 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 #ECE1CA is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236225202-
CMYK00.050.140.07
HSL40.59º47.22%85.88%-
HSV(B)40.59º14.41%92.55%-
XYZ72.1875.9566.73-
YUV225.67114.64135.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.60%
GREEN value IS 225 (88.28% from 255) = 33.94%
BLUE value IS 202 (79.30% from 255) = 30.47%
R=35.60%
G=33.94%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622520200.050.140.0740.5947.2285.88
HexECE1CA05E7292f56
Octal354341312051675157126
Binary111011001110000111001010010111101111010011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1CA; }

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

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

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

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

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

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

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

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