#ECE0C9

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

Shades of Pearl Lusta #ECE0C9

Tints of Pearl Lusta #ECE0C9

Color information

#ECE0C9 (or 0xECE0C9) is unknown color: approx Pearl Lusta. HEX triplet: EC, E0 and C9. RGB value is (236,224,201). Sum of RGB (Red+Green+Blue) = 236+224+201=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 201 (78.91% from 255 or 30.41% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0C9 is #131F36. Grayscale: #E1E1E1. Windows color (decimal): -1253175 or 13230316. OLE color: 13230316.

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

Color convert

RGB236224201-
CMYK00.050.150.07
HSL39.43º47.95%85.69%-
HSV(B)39.43º14.83%92.55%-
XYZ71.7975.3666.02-
YUV224.97114.48135.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.70%
GREEN value IS 224 (87.89% from 255) = 33.89%
BLUE value IS 201 (78.91% from 255) = 30.41%
R=35.70%
G=33.89%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622420100.050.150.0739.4347.9585.69
HexECE0C905F7273056
Octal354340311051774760126
Binary111011001110000011001001010111111111001111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE0C9; }

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

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

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

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

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

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

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

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