#E7DEBF

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

Shades of Double Pearl Lusta #E7DEBF

Tints of Double Pearl Lusta #E7DEBF

Color information

#E7DEBF (or 0xE7DEBF) is unknown color: approx Double Pearl Lusta. HEX triplet: E7, DE and BF. RGB value is (231,222,191). Sum of RGB (Red+Green+Blue) = 231+222+191=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DEBF is #182140. Grayscale: #DDDDDD. Windows color (decimal): -1581377 or 12574439. OLE color: 12574439.

HSL color Cylindrical-coordinate representation of color #E7DEBF: hue angle of 46.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7DEBF is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB231222191-
CMYK00.040.170.09
HSL46.5º45.45%82.75%-
HSV(B)46.5º17.32%90.59%-
XYZ68.4872.9959.77-
YUV221.16110.98135.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.87%
GREEN value IS 222 (87.11% from 255) = 34.47%
BLUE value IS 191 (75% from 255) = 29.66%
R=35.87%
G=34.47%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122219100.040.170.0946.545.4582.75
HexE7DEBF041192e2d53
Octal3473362770421115655123
Binary11100111110111101011111101001000110011011101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DEBF; }

 p { color: rgb(231,222,191); }

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

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

 a { background-color: rgb(231,222,191); }

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

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

 span { border-color: rgb(231,222,191); }

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