#EBDDB8

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

Shades of Double Pearl Lusta #EBDDB8

Tints of Double Pearl Lusta #EBDDB8

Color information

#EBDDB8 (or 0xEBDDB8) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DD and B8. RGB value is (235,221,184). Sum of RGB (Red+Green+Blue) = 235+221+184=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 184 (72.27% from 255 or 28.75% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDB8 is #142247. Grayscale: #DDDDDD. Windows color (decimal): -1319496 or 12115435. OLE color: 12115435.

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

Color convert

RGB235221184-
CMYK00.060.220.08
HSL43.53º56.04%82.16%-
HSV(B)43.53º21.7%92.16%-
XYZ68.7772.8455.78-
YUV220.97107.14138.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 184 (72.27% from 255) = 28.75%
R=36.72%
G=34.53%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522118400.060.220.0843.5356.0482.16
HexEBDDB8061682c3852
Octal3533352700626105470122
Binary11101011110111011011100001101011010001011001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDB8; }

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

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

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

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

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

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

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

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