#E6DABA

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

Shades of Double Pearl Lusta #E6DABA

Tints of Double Pearl Lusta #E6DABA

Color information

#E6DABA (or 0xE6DABA) is unknown color: approx Double Pearl Lusta. HEX triplet: E6, DA and BA. RGB value is (230,218,186). Sum of RGB (Red+Green+Blue) = 230+218+186=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DABA is #192545. Grayscale: #DADADA. Windows color (decimal): -1647942 or 12245734. OLE color: 12245734.

HSL color Cylindrical-coordinate representation of color #E6DABA: hue angle of 43.64º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6DABA is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230218186-
CMYK00.050.190.10
HSL43.64º46.81%81.57%-
HSV(B)43.64º19.13%90.2%-
XYZ66.5770.5156.56-
YUV217.94109.98136.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.28%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 186 (73.05% from 255) = 29.34%
R=36.28%
G=34.38%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021818600.050.190.1043.6446.8181.57
HexE6DABA0513A2c2f52
Octal3463322720523125457122
Binary11100110110110101011101001011001110101011001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DABA; }

 p { color: rgb(230,218,186); }

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

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

 a { background-color: rgb(230,218,186); }

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

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

 span { border-color: rgb(230,218,186); }

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