#ECE0C5

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

Shades of Pearl Lusta #ECE0C5

Tints of Pearl Lusta #ECE0C5

Color information

#ECE0C5 (or 0xECE0C5) is unknown color: approx Pearl Lusta. HEX triplet: EC, E0 and C5. RGB value is (236,224,197). Sum of RGB (Red+Green+Blue) = 236+224+197=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 197 (77.34% from 255 or 29.98% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0C5 is #131F3A. Grayscale: #E0E0E0. Windows color (decimal): -1253179 or 12968172. OLE color: 12968172.

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

Color convert

RGB236224197-
CMYK00.050.170.07
HSL41.54º50.65%84.9%-
HSV(B)41.54º16.53%92.55%-
XYZ71.3375.1863.57-
YUV224.51112.48136.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.92%
GREEN value IS 224 (87.89% from 255) = 34.09%
BLUE value IS 197 (77.34% from 255) = 29.98%
R=35.92%
G=34.09%
B=29.98%

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
Decimal23622419700.050.170.0741.5450.6584.9
HexECE0C5051172a3355
Octal354340305052175263125
Binary1110110011100000110001010101100011111010101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE0C5; }

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

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

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

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

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

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

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

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