#EBE2CB

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

Shades of Pearl Lusta #EBE2CB

Tints of Pearl Lusta #EBE2CB

Color information

#EBE2CB (or 0xEBE2CB) is unknown color: approx Pearl Lusta. HEX triplet: EB, E2 and CB. RGB value is (235,226,203). Sum of RGB (Red+Green+Blue) = 235+226+203=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2CB is #141D34. Grayscale: #E2E2E2. Windows color (decimal): -1318197 or 13361899. OLE color: 13361899.

HSL color Cylindrical-coordinate representation of color #EBE2CB: hue angle of 43.12º 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 #EBE2CB is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235226203-
CMYK00.040.140.08
HSL43.12º44.44%85.88%-
HSV(B)43.12º13.62%92.16%-
XYZ72.2476.3767.43-
YUV226.07114.98134.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 226 (88.67% from 255) = 34.04%
BLUE value IS 203 (79.69% from 255) = 30.57%
R=35.39%
G=34.04%
B=30.57%

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
Decimal23522620300.040.140.0843.1244.4485.88
HexEBE2CB04E82b2c56
Octal3533423130416105354126
Binary1110101111100010110010110100111010001010111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2CB; }

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

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

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

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

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

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

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

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