#EBDEC5

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

Shades of Pearl Lusta #EBDEC5

Tints of Pearl Lusta #EBDEC5

Color information

#EBDEC5 (or 0xEBDEC5) is unknown color: approx Pearl Lusta. HEX triplet: EB, DE and C5. RGB value is (235,222,197). Sum of RGB (Red+Green+Blue) = 235+222+197=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEC5 is #14213A. Grayscale: #DFDFDF. Windows color (decimal): -1319227 or 12967659. OLE color: 12967659.

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

Color convert

RGB235222197-
CMYK00.060.160.08
HSL39.47º48.72%84.71%-
HSV(B)39.47º16.17%92.16%-
XYZ70.4673.9463.38-
YUV223.04113.31136.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 197 (77.34% from 255) = 30.12%
R=35.93%
G=33.94%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522219700.060.160.0839.4748.7284.71
HexEBDEC506108273155
Octal3533363050620104761125
Binary11101011110111101100010101101000010001001111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEC5; }

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

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

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

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

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

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

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

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