#ECE0C3

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

Shades of Pearl Lusta #ECE0C3

Tints of Pearl Lusta #ECE0C3

Color information

#ECE0C3 (or 0xECE0C3) is unknown color: approx Pearl Lusta. HEX triplet: EC, E0 and C3. RGB value is (236,224,195). Sum of RGB (Red+Green+Blue) = 236+224+195=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 195 (76.56% from 255 or 29.77% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0C3 is #131F3C. Grayscale: #E0E0E0. Windows color (decimal): -1253181 or 12837100. OLE color: 12837100.

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

Color convert

RGB236224195-
CMYK00.050.170.07
HSL42.44º51.9%84.51%-
HSV(B)42.44º17.37%92.55%-
XYZ71.175.0862.38-
YUV224.28111.48136.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 224 (87.89% from 255) = 34.20%
BLUE value IS 195 (76.56% from 255) = 29.77%
R=36.03%
G=34.20%
B=29.77%

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
Decimal23622419500.050.170.0742.4451.984.51
HexECE0C3051172a3455
Octal354340303052175264125
Binary1110110011100000110000110101100011111010101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE0C3; }

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

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

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

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

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

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

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

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