#ECE1C3

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

Shades of Pearl Lusta #ECE1C3

Tints of Pearl Lusta #ECE1C3

Color information

#ECE1C3 (or 0xECE1C3) is unknown color: approx Pearl Lusta. HEX triplet: EC, E1 and C3. RGB value is (236,225,195). Sum of RGB (Red+Green+Blue) = 236+225+195=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 195 (76.56% from 255 or 29.73% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1C3 is #131E3C. Grayscale: #E1E1E1. Windows color (decimal): -1252925 or 12837356. OLE color: 12837356.

HSL color Cylindrical-coordinate representation of color #ECE1C3: hue angle of 43.9º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECE1C3 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB236225195-
CMYK00.050.170.07
HSL43.9º51.9%84.51%-
HSV(B)43.9º17.37%92.55%-
XYZ71.3775.6262.47-
YUV224.87111.14135.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 225 (88.28% from 255) = 34.30%
BLUE value IS 195 (76.56% from 255) = 29.73%
R=35.98%
G=34.30%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622519500.050.170.0743.951.984.51
HexECE1C3051172c3455
Octal354341303052175464125
Binary1110110011100001110000110101100011111011001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1C3; }

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

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

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

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

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

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

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

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