#EBDBBD

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

Shades of Double Pearl Lusta #EBDBBD

Tints of Double Pearl Lusta #EBDBBD

Color information

#EBDBBD (or 0xEBDBBD) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DB and BD. RGB value is (235,219,189). Sum of RGB (Red+Green+Blue) = 235+219+189=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBBD is #142442. Grayscale: #DCDCDC. Windows color (decimal): -1320003 or 12442603. OLE color: 12442603.

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

Color convert

RGB235219189-
CMYK00.070.200.08
HSL39.13º53.49%83.14%-
HSV(B)39.13º19.57%92.16%-
XYZ68.787258.42-
YUV220.36110.3138.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 219 (85.94% from 255) = 34.06%
BLUE value IS 189 (74.22% from 255) = 29.39%
R=36.55%
G=34.06%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521918900.070.200.0839.1353.4983.14
HexEBDBBD07148273553
Octal3533332750724104765123
Binary11101011110110111011110101111010010001001111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBBD; }

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

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

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

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

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

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

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

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