Html Css Color HEX #EBE1CB Pearl Lusta

📋 copy color: '#EBE1CB'

red 235 ◦ green 225 ◦ blue 203

#EBE1CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pearl Lusta #EBE1CB

Tints of Pearl Lusta #EBE1CB

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 value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBE1CB (or 0xEBE1CB) is known color: 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

RGB 235 225 203 -
CMYK 0 0.04 0.14 0.08
HSL 41.25º 0.44% 0.86% -
HSV(B) 41.25º 0.14% 0.92% -
XYZ 71.97 75.82 67.34 -
YUV 225.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 235 225 203 0 0.04 0.14 0.08 41.25 0.44 0.86
Hex EB E1 CB 0 4 E 8 29 2C 56
Octal 353 341 313 0 4 16 10 51 54 126
Binary 11101011 11100001 11001011 0 100 1110 1000 101001 101100 1010110

Color Harmonies of #EBE1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE1CB

Black with #EBE1CB

Text Example


Text Example

White with #EBE1CB

Text Example


Text Example

HTML Codes & Css Web 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>