#EBDBBA

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

Shades of Double Pearl Lusta #EBDBBA

Tints of Double Pearl Lusta #EBDBBA

Color information

#EBDBBA (or 0xEBDBBA) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DB and BA. RGB value is (235,219,186). Sum of RGB (Red+Green+Blue) = 235+219+186=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBBA is #142445. Grayscale: #DCDCDC. Windows color (decimal): -1320006 or 12245995. OLE color: 12245995.

HSL color Cylindrical-coordinate representation of color #EBDBBA: hue angle of 40.41º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBDBBA is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235219186-
CMYK00.070.210.08
HSL40.41º55.06%82.55%-
HSV(B)40.41º20.85%92.16%-
XYZ68.4671.8756.72-
YUV220.02108.8138.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 186 (73.05% from 255) = 29.06%
R=36.72%
G=34.22%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521918600.070.210.0840.4155.0682.55
HexEBDBBA07158283753
Octal3533332720725105067123
Binary11101011110110111011101001111010110001010001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBBA; }

 p { color: rgb(235,219,186); }

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

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

 a { background-color: rgb(235,219,186); }

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

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

 span { border-color: rgb(235,219,186); }

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