#EBDEBB

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

Shades of Double Pearl Lusta #EBDEBB

Tints of Double Pearl Lusta #EBDEBB

Color information

#EBDEBB (or 0xEBDEBB) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DE and BB. RGB value is (235,222,187). Sum of RGB (Red+Green+Blue) = 235+222+187=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 187 (73.44% from 255 or 29.04% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEBB is #142144. Grayscale: #DEDEDE. Windows color (decimal): -1319237 or 12312299. OLE color: 12312299.

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

Color convert

RGB235222187-
CMYK00.060.200.08
HSL43.75º54.55%82.75%-
HSV(B)43.75º20.43%92.16%-
XYZ69.3573.4957.54-
YUV221.9108.31137.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 222 (87.11% from 255) = 34.47%
BLUE value IS 187 (73.44% from 255) = 29.04%
R=36.49%
G=34.47%
B=29.04%

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
Decimal23522218700.060.200.0843.7554.5582.75
HexEBDEBB061482c3753
Octal3533362730624105467123
Binary11101011110111101011101101101010010001011001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEBB; }

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

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

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

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

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

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

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

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