#EBDDBD

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

Shades of Double Pearl Lusta #EBDDBD

Tints of Double Pearl Lusta #EBDDBD

Color information

#EBDDBD (or 0xEBDDBD) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DD and BD. RGB value is (235,221,189). Sum of RGB (Red+Green+Blue) = 235+221+189=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDBD is #142242. Grayscale: #DDDDDD. Windows color (decimal): -1319491 or 12443115. OLE color: 12443115.

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

Color convert

RGB235221189-
CMYK00.060.200.08
HSL41.74º53.49%83.14%-
HSV(B)41.74º19.57%92.16%-
XYZ69.373.0558.59-
YUV221.54109.64137.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 221 (86.72% from 255) = 34.26%
BLUE value IS 189 (74.22% from 255) = 29.30%
R=36.43%
G=34.26%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522118900.060.200.0841.7453.4983.14
HexEBDDBD061482a3553
Octal3533352750624105265123
Binary11101011110111011011110101101010010001010101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDBD; }

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

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

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

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

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

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

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

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