#EADFBD

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

Shades of Double Pearl Lusta #EADFBD

Tints of Double Pearl Lusta #EADFBD

Color information

#EADFBD (or 0xEADFBD) is unknown color: approx Double Pearl Lusta. HEX triplet: EA, DF and BD. RGB value is (234,223,189). Sum of RGB (Red+Green+Blue) = 234+223+189=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFBD is #152042. Grayscale: #DEDEDE. Windows color (decimal): -1384515 or 12443626. OLE color: 12443626.

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

Color convert

RGB234223189-
CMYK00.050.190.08
HSL45.33º51.72%82.94%-
HSV(B)45.33º19.23%91.76%-
XYZ69.573.9458.75-
YUV222.41109.14136.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.22%
GREEN value IS 223 (87.5% from 255) = 34.52%
BLUE value IS 189 (74.22% from 255) = 29.26%
R=36.22%
G=34.52%
B=29.26%

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
Decimal23422318900.050.190.0845.3351.7282.94
HexEADFBD051382d3453
Octal3523372750523105564123
Binary11101010110111111011110101011001110001011011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFBD; }

 p { color: rgb(234,223,189); }

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

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

 a { background-color: rgb(234,223,189); }

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

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

 span { border-color: rgb(234,223,189); }

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