#EADBBB

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

Shades of Double Pearl Lusta #EADBBB

Tints of Double Pearl Lusta #EADBBB

Color information

#EADBBB (or 0xEADBBB) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DB and BB. RGB value is (234,219,187). Sum of RGB (Red+Green+Blue) = 234+219+187=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBBB is #152444. Grayscale: #DBDBDB. Windows color (decimal): -1385541 or 12311530. OLE color: 12311530.

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

Color convert

RGB234219187-
CMYK00.060.200.08
HSL40.85º52.81%82.55%-
HSV(B)40.85º20.09%91.76%-
XYZ68.2371.7457.27-
YUV219.84109.47138.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 187 (73.44% from 255) = 29.22%
R=36.56%
G=34.22%
B=29.22%

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
Decimal23421918700.060.200.0840.8552.8182.55
HexEADBBB06148293553
Octal3523332730624105165123
Binary11101010110110111011101101101010010001010011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBBB; }

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

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

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

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

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

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

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

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