#EBDBBE

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

Shades of Double Pearl Lusta #EBDBBE

Tints of Double Pearl Lusta #EBDBBE

Color information

#EBDBBE (or 0xEBDBBE) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DB and BE. RGB value is (235,219,190). Sum of RGB (Red+Green+Blue) = 235+219+190=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBBE is #142441. Grayscale: #DCDCDC. Windows color (decimal): -1320002 or 12508139. OLE color: 12508139.

HSL color Cylindrical-coordinate representation of color #EBDBBE: hue angle of 38.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBDBBE is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235219190-
CMYK00.070.190.08
HSL38.67º52.94%83.33%-
HSV(B)38.67º19.15%92.16%-
XYZ68.8972.0458.99-
YUV220.48110.8138.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 219 (85.94% from 255) = 34.01%
BLUE value IS 190 (74.61% from 255) = 29.50%
R=36.49%
G=34.01%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521919000.070.190.0838.6752.9483.33
HexEBDBBE07138273553
Octal3533332760723104765123
Binary11101011110110111011111001111001110001001111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBBE; }

 p { color: rgb(235,219,190); }

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

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

 a { background-color: rgb(235,219,190); }

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

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

 span { border-color: rgb(235,219,190); }

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