#E6D9BE

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

Shades of Double Pearl Lusta #E6D9BE

Tints of Double Pearl Lusta #E6D9BE

Color information

#E6D9BE (or 0xE6D9BE) is unknown color: approx Double Pearl Lusta. HEX triplet: E6, D9 and BE. RGB value is (230,217,190). Sum of RGB (Red+Green+Blue) = 230+217+190=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D9BE is #192641. Grayscale: #D9D9D9. Windows color (decimal): -1648194 or 12507622. OLE color: 12507622.

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

Color convert

RGB230217190-
CMYK00.060.170.10
HSL40.5º44.44%82.35%-
HSV(B)40.5º17.39%90.2%-
XYZ66.7470.1758.74-
YUV217.81112.31136.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.11%
GREEN value IS 217 (85.16% from 255) = 34.07%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=36.11%
G=34.07%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021719000.060.170.1040.544.4482.35
HexE6D9BE0611A282c52
Octal3463312760621125054122
Binary11100110110110011011111001101000110101010001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D9BE; }

 p { color: rgb(230,217,190); }

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

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

 a { background-color: rgb(230,217,190); }

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

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

 span { border-color: rgb(230,217,190); }

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