#E6DCBC

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

Shades of Double Pearl Lusta #E6DCBC

Tints of Double Pearl Lusta #E6DCBC

Color information

#E6DCBC (or 0xE6DCBC) is unknown color: approx Double Pearl Lusta. HEX triplet: E6, DC and BC. RGB value is (230,220,188). Sum of RGB (Red+Green+Blue) = 230+220+188=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCBC is #192343. Grayscale: #DBDBDB. Windows color (decimal): -1647428 or 12377318. OLE color: 12377318.

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

Color convert

RGB230220188-
CMYK00.040.180.10
HSL45.71º45.65%81.96%-
HSV(B)45.71º18.26%90.2%-
XYZ67.371.6457.86-
YUV219.34110.31135.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.05%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 188 (73.83% from 255) = 29.47%
R=36.05%
G=34.48%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022018800.040.180.1045.7145.6581.96
HexE6DCBC0412A2e2e52
Octal3463342740422125656122
Binary11100110110111001011110001001001010101011101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DCBC; }

 p { color: rgb(230,220,188); }

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

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

 a { background-color: rgb(230,220,188); }

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

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

 span { border-color: rgb(230,220,188); }

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