#EBDDB7

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

Shades of Double Pearl Lusta #EBDDB7

Tints of Double Pearl Lusta #EBDDB7

Color information

#EBDDB7 (or 0xEBDDB7) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DD and B7. RGB value is (235,221,183). Sum of RGB (Red+Green+Blue) = 235+221+183=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDB7 is #142248. Grayscale: #DDDDDD. Windows color (decimal): -1319497 or 12049899. OLE color: 12049899.

HSL color Cylindrical-coordinate representation of color #EBDDB7: hue angle of 43.85º degrees, saturation: 0.57, 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 #EBDDB7 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB235221183-
CMYK00.060.220.08
HSL43.85º56.52%81.96%-
HSV(B)43.85º22.13%92.16%-
XYZ68.6672.7955.23-
YUV220.85106.64138.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 183 (71.88% from 255) = 28.64%
R=36.78%
G=34.59%
B=28.64%

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
Decimal23522118300.060.220.0843.8556.5281.96
HexEBDDB7061682c3952
Octal3533352670626105471122
Binary11101011110111011011011101101011010001011001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDB7; }

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

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

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

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

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

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

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

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