#EBDCBC

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

Shades of Double Pearl Lusta #EBDCBC

Tints of Double Pearl Lusta #EBDCBC

Color information

#EBDCBC (or 0xEBDCBC) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DC and BC. RGB value is (235,220,188). Sum of RGB (Red+Green+Blue) = 235+220+188=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCBC is #142343. Grayscale: #DCDCDC. Windows color (decimal): -1319748 or 12377323. OLE color: 12377323.

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

Color convert

RGB235220188-
CMYK00.060.20.08
HSL40.85º54.02%82.94%-
HSV(B)40.85º20%92.16%-
XYZ68.9372.4857.93-
YUV220.84109.47138.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 188 (73.83% from 255) = 29.24%
R=36.55%
G=34.21%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522018800.060.20.0840.8554.0282.94
HexEBDCBC06148293653
Octal3533342740624105166123
Binary11101011110111001011110001101010010001010011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCBC; }

 p { color: rgb(235,220,188); }

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

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

 a { background-color: rgb(235,220,188); }

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

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

 span { border-color: rgb(235,220,188); }

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