#ECE1C9

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

Shades of Pearl Lusta #ECE1C9

Tints of Pearl Lusta #ECE1C9

Color information

#ECE1C9 (or 0xECE1C9) is unknown color: approx Pearl Lusta. HEX triplet: EC, E1 and C9. RGB value is (236,225,201). Sum of RGB (Red+Green+Blue) = 236+225+201=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1C9 is #131E36. Grayscale: #E1E1E1. Windows color (decimal): -1252919 or 13230572. OLE color: 13230572.

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

Color convert

RGB236225201-
CMYK00.050.150.07
HSL41.14º47.95%85.69%-
HSV(B)41.14º14.83%92.55%-
XYZ72.0675.966.11-
YUV225.55114.14135.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.65%
GREEN value IS 225 (88.28% from 255) = 33.99%
BLUE value IS 201 (78.91% from 255) = 30.36%
R=35.65%
G=33.99%
B=30.36%

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
Decimal23622520100.050.150.0741.1447.9585.69
HexECE1C905F7293056
Octal354341311051775160126
Binary111011001110000111001001010111111111010011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1C9; }

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

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

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

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

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

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

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

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