#EBDEBD

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

Shades of Double Pearl Lusta #EBDEBD

Tints of Double Pearl Lusta #EBDEBD

Color information

#EBDEBD (or 0xEBDEBD) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DE and BD. RGB value is (235,222,189). Sum of RGB (Red+Green+Blue) = 235+222+189=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEBD is #142142. Grayscale: #DEDEDE. Windows color (decimal): -1319235 or 12443371. OLE color: 12443371.

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

Color convert

RGB235222189-
CMYK00.060.200.08
HSL43.04º53.49%83.14%-
HSV(B)43.04º19.57%92.16%-
XYZ69.5773.5858.68-
YUV222.12109.31137.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 222 (87.11% from 255) = 34.37%
BLUE value IS 189 (74.22% from 255) = 29.26%
R=36.38%
G=34.37%
B=29.26%

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
Decimal23522218900.060.200.0843.0453.4983.14
HexEBDEBD061482b3553
Octal3533362750624105365123
Binary11101011110111101011110101101010010001010111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEBD; }

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

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

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

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

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

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

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

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