#EBDCBB

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

Shades of Double Pearl Lusta #EBDCBB

Tints of Double Pearl Lusta #EBDCBB

Color information

#EBDCBB (or 0xEBDCBB) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DC and BB. RGB value is (235,220,187). Sum of RGB (Red+Green+Blue) = 235+220+187=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCBB is #142344. Grayscale: #DCDCDC. Windows color (decimal): -1319749 or 12311787. OLE color: 12311787.

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

Color convert

RGB235220187-
CMYK00.060.200.08
HSL41.25º54.55%82.75%-
HSV(B)41.25º20.43%92.16%-
XYZ68.8272.4457.37-
YUV220.72108.97138.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 220 (86.33% from 255) = 34.27%
BLUE value IS 187 (73.44% from 255) = 29.13%
R=36.60%
G=34.27%
B=29.13%

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
Decimal23522018700.060.200.0841.2554.5582.75
HexEBDCBB06148293753
Octal3533342730624105167123
Binary11101011110111001011101101101010010001010011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCBB; }

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

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

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

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

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

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

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

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