#E6DABF

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

Shades of Double Pearl Lusta #E6DABF

Tints of Double Pearl Lusta #E6DABF

Color information

#E6DABF (or 0xE6DABF) is unknown color: approx Double Pearl Lusta. HEX triplet: E6, DA and BF. RGB value is (230,218,191). Sum of RGB (Red+Green+Blue) = 230+218+191=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DABF is #192540. Grayscale: #DADADA. Windows color (decimal): -1647937 or 12573414. OLE color: 12573414.

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

Color convert

RGB230218191-
CMYK00.050.170.10
HSL41.54º43.82%82.55%-
HSV(B)41.54º16.96%90.2%-
XYZ67.1170.7359.4-
YUV218.51112.48136.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.99%
GREEN value IS 218 (85.55% from 255) = 34.12%
BLUE value IS 191 (75% from 255) = 29.89%
R=35.99%
G=34.12%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021819100.050.170.1041.5443.8282.55
HexE6DABF0511A2a2c53
Octal3463322770521125254123
Binary11100110110110101011111101011000110101010101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DABF; }

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

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

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

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

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

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

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

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