#EADEBB

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

Shades of Double Pearl Lusta #EADEBB

Tints of Double Pearl Lusta #EADEBB

Color information

#EADEBB (or 0xEADEBB) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DE and BB. RGB value is (234,222,187). Sum of RGB (Red+Green+Blue) = 234+222+187=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEBB is #152144. Grayscale: #DDDDDD. Windows color (decimal): -1384773 or 12312298. OLE color: 12312298.

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

Color convert

RGB234222187-
CMYK00.050.200.08
HSL44.68º52.81%82.55%-
HSV(B)44.68º20.09%91.76%-
XYZ69.0273.3257.53-
YUV221.6108.48136.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 187 (73.44% from 255) = 29.08%
R=36.39%
G=34.53%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422218700.050.200.0844.6852.8182.55
HexEADEBB051482d3553
Octal3523362730524105565123
Binary11101010110111101011101101011010010001011011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEBB; }

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

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

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

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

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

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

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

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