#EADEBE

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

Shades of Double Pearl Lusta #EADEBE

Tints of Double Pearl Lusta #EADEBE

Color information

#EADEBE (or 0xEADEBE) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DE and BE. RGB value is (234,222,190). Sum of RGB (Red+Green+Blue) = 234+222+190=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEBE is #152141. Grayscale: #DEDEDE. Windows color (decimal): -1384770 or 12508906. OLE color: 12508906.

HSL color Cylindrical-coordinate representation of color #EADEBE: hue angle of 43.64º degrees, saturation: 0.51, 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 #EADEBE is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234222190-
CMYK00.050.190.08
HSL43.64º51.16%83.14%-
HSV(B)43.64º18.8%91.76%-
XYZ69.3573.4559.24-
YUV221.94109.98136.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.22%
GREEN value IS 222 (87.11% from 255) = 34.37%
BLUE value IS 190 (74.61% from 255) = 29.41%
R=36.22%
G=34.37%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422219000.050.190.0843.6451.1683.14
HexEADEBE051382c3353
Octal3523362760523105463123
Binary11101010110111101011111001011001110001011001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEBE; }

 p { color: rgb(234,222,190); }

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

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

 a { background-color: rgb(234,222,190); }

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

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

 span { border-color: rgb(234,222,190); }

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