#EBDCC0

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

Shades of Double Pearl Lusta #EBDCC0

Tints of Double Pearl Lusta #EBDCC0

Color information

#EBDCC0 (or 0xEBDCC0) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DC and C0. RGB value is (235,220,192). Sum of RGB (Red+Green+Blue) = 235+220+192=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 192 (75.39% from 255 or 29.68% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCC0 is #14233F. Grayscale: #DDDDDD. Windows color (decimal): -1319744 or 12639467. OLE color: 12639467.

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

Color convert

RGB235220192-
CMYK00.060.180.08
HSL39.07º51.81%83.73%-
HSV(B)39.07º18.3%92.16%-
XYZ69.3772.6560.24-
YUV221.29111.47137.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 192 (75.39% from 255) = 29.68%
R=36.32%
G=34.00%
B=29.68%

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
Decimal23522019200.060.180.0839.0751.8183.73
HexEBDCC006128273454
Octal3533343000622104764124
Binary11101011110111001100000001101001010001001111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCC0; }

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

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

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

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

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

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

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

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