#EBDEC6

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

Shades of Pearl Lusta #EBDEC6

Tints of Pearl Lusta #EBDEC6

Color information

#EBDEC6 (or 0xEBDEC6) is unknown color: approx Pearl Lusta. HEX triplet: EB, DE and C6. RGB value is (235,222,198). Sum of RGB (Red+Green+Blue) = 235+222+198=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEC6 is #142139. Grayscale: #DFDFDF. Windows color (decimal): -1319226 or 13033195. OLE color: 13033195.

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

Color convert

RGB235222198-
CMYK00.060.160.08
HSL38.92º48.05%84.9%-
HSV(B)38.92º15.74%92.16%-
XYZ70.5873.9863.99-
YUV223.15113.81136.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 198 (77.73% from 255) = 30.23%
R=35.88%
G=33.89%
B=30.23%

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
Decimal23522219800.060.160.0838.9248.0584.9
HexEBDEC606108273055
Octal3533363060620104760125
Binary11101011110111101100011001101000010001001111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEC6; }

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

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

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

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

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

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

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

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