#EBDEC0

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

Shades of Double Pearl Lusta #EBDEC0

Tints of Double Pearl Lusta #EBDEC0

Color information

#EBDEC0 (or 0xEBDEC0) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DE and C0. RGB value is (235,222,192). Sum of RGB (Red+Green+Blue) = 235+222+192=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEC0 is #14213F. Grayscale: #DEDEDE. Windows color (decimal): -1319232 or 12639979. OLE color: 12639979.

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

Color convert

RGB235222192-
CMYK00.060.180.08
HSL41.86º51.81%83.73%-
HSV(B)41.86º18.3%92.16%-
XYZ69.973.7160.41-
YUV222.47110.81136.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 222 (87.11% from 255) = 34.21%
BLUE value IS 192 (75.39% from 255) = 29.58%
R=36.21%
G=34.21%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522219200.060.180.0841.8651.8183.73
HexEBDEC0061282a3454
Octal3533363000622105264124
Binary11101011110111101100000001101001010001010101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEC0; }

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

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

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

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

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

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

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

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