#EBE1CB

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

Shades of Pearl Lusta #EBE1CB

Tints of Pearl Lusta #EBE1CB

Color information

#EBE1CB (or 0xEBE1CB) is unknown color: approx Pearl Lusta. HEX triplet: EB, E1 and CB. RGB value is (235,225,203). Sum of RGB (Red+Green+Blue) = 235+225+203=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1CB is #141E34. Grayscale: #E1E1E1. Windows color (decimal): -1318453 or 13361643. OLE color: 13361643.

HSL color Cylindrical-coordinate representation of color #EBE1CB: hue angle of 41.25º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBE1CB is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235225203-
CMYK00.040.140.08
HSL41.25º44.44%85.88%-
HSV(B)41.25º13.62%92.16%-
XYZ71.9775.8267.34-
YUV225.48115.31134.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 225 (88.28% from 255) = 33.94%
BLUE value IS 203 (79.69% from 255) = 30.62%
R=35.44%
G=33.94%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522520300.040.140.0841.2544.4485.88
HexEBE1CB04E8292c56
Octal3533413130416105154126
Binary1110101111100001110010110100111010001010011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1CB; }

 p { color: rgb(235,225,203); }

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

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

 a { background-color: rgb(235,225,203); }

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

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

 span { border-color: rgb(235,225,203); }

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