#EBDDB9

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

Shades of Double Pearl Lusta #EBDDB9

Tints of Double Pearl Lusta #EBDDB9

Color information

#EBDDB9 (or 0xEBDDB9) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DD and B9. RGB value is (235,221,185). Sum of RGB (Red+Green+Blue) = 235+221+185=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDB9 is #142246. Grayscale: #DDDDDD. Windows color (decimal): -1319495 or 12180971. OLE color: 12180971.

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

Color convert

RGB235221185-
CMYK00.060.210.08
HSL43.2º55.56%82.35%-
HSV(B)43.2º21.28%92.16%-
XYZ68.8772.8856.34-
YUV221.08107.64137.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 185 (72.66% from 255) = 28.86%
R=36.66%
G=34.48%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522118500.060.210.0843.255.5682.35
HexEBDDB9061582b3852
Octal3533352710625105370122
Binary11101011110111011011100101101010110001010111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDB9; }

 p { color: rgb(235,221,185); }

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

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

 a { background-color: rgb(235,221,185); }

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

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

 span { border-color: rgb(235,221,185); }

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