#EBDABC

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

Shades of Double Pearl Lusta #EBDABC

Tints of Double Pearl Lusta #EBDABC

Color information

#EBDABC (or 0xEBDABC) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DA and BC. RGB value is (235,218,188). Sum of RGB (Red+Green+Blue) = 235+218+188=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 188 (73.83% from 255 or 29.33% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDABC is #142543. Grayscale: #DBDBDB. Windows color (decimal): -1320260 or 12376811. OLE color: 12376811.

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

Color convert

RGB235218188-
CMYK00.070.20.08
HSL38.3º54.02%82.94%-
HSV(B)38.3º20%92.16%-
XYZ68.4171.4457.76-
YUV219.66110.13138.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 188 (73.83% from 255) = 29.33%
R=36.66%
G=34.01%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521818800.070.20.0838.354.0282.94
HexEBDABC07148263653
Octal3533322740724104666123
Binary11101011110110101011110001111010010001001101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDABC; }

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

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

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

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

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

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

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

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