#E6DBBD

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

Shades of Double Pearl Lusta #E6DBBD

Tints of Double Pearl Lusta #E6DBBD

Color information

#E6DBBD (or 0xE6DBBD) is unknown color: approx Double Pearl Lusta. HEX triplet: E6, DB and BD. RGB value is (230,219,189). Sum of RGB (Red+Green+Blue) = 230+219+189=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBBD is #192442. Grayscale: #DADADA. Windows color (decimal): -1647683 or 12442598. OLE color: 12442598.

HSL color Cylindrical-coordinate representation of color #E6DBBD: hue angle of 43.9º degrees, saturation: 0.45, 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 #E6DBBD is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB230219189-
CMYK00.050.180.10
HSL43.9º45.05%82.16%-
HSV(B)43.9º17.83%90.2%-
XYZ67.1571.1658.34-
YUV218.87111.14135.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.05%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 189 (74.22% from 255) = 29.62%
R=36.05%
G=34.33%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021918900.050.180.1043.945.0582.16
HexE6DBBD0512A2c2d52
Octal3463332750522125455122
Binary11100110110110111011110101011001010101011001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DBBD; }

 p { color: rgb(230,219,189); }

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

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

 a { background-color: rgb(230,219,189); }

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

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

 span { border-color: rgb(230,219,189); }

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