#EBDFB8

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

Shades of Double Pearl Lusta #EBDFB8

Tints of Double Pearl Lusta #EBDFB8

Color information

#EBDFB8 (or 0xEBDFB8) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DF and B8. RGB value is (235,223,184). Sum of RGB (Red+Green+Blue) = 235+223+184=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 184 (72.27% from 255 or 28.66% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFB8 is #142047. Grayscale: #DEDEDE. Windows color (decimal): -1318984 or 12115947. OLE color: 12115947.

HSL color Cylindrical-coordinate representation of color #EBDFB8: hue angle of 45.88º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBDFB8 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB235223184-
CMYK00.050.220.08
HSL45.88º56.04%82.16%-
HSV(B)45.88º21.7%92.16%-
XYZ69.373.955.96-
YUV222.14106.48137.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 184 (72.27% from 255) = 28.66%
R=36.60%
G=34.74%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522318400.050.220.0845.8856.0482.16
HexEBDFB8051682e3852
Octal3533372700526105670122
Binary11101011110111111011100001011011010001011101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFB8; }

 p { color: rgb(235,223,184); }

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

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

 a { background-color: rgb(235,223,184); }

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

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

 span { border-color: rgb(235,223,184); }

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