#E7DFD0

Color #E7DFD0 Bleach White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bleach White #E7DFD0

Tints of Bleach White #E7DFD0

Color information

#E7DFD0 (or 0xE7DFD0) is unknown color: approx Bleach White. HEX triplet: E7, DF and D0. RGB value is (231,223,208). Sum of RGB (Red+Green+Blue) = 231+223+208=662 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.89% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DFD0 is #18202F. Grayscale: #DFDFDF. Windows color (decimal): -1581104 or 13688807. OLE color: 13688807.

HSL color Cylindrical-coordinate representation of color #E7DFD0: hue angle of 39.13º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7DFD0 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB231223208-
CMYK00.030.100.09
HSL39.13º32.39%86.08%-
HSV(B)39.13º9.96%90.59%-
XYZ70.7374.3270.29-
YUV223.68119.15133.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.89%
GREEN value IS 223 (87.5% from 255) = 33.69%
BLUE value IS 208 (81.64% from 255) = 31.42%
R=34.89%
G=33.69%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122320800.030.100.0939.1332.3986.08
HexE7DFD003A9272056
Octal3473373200312114740126
Binary111001111101111111010000011101010011001111000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DFD0; }

 p { color: rgb(231,223,208); }

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

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

 a { background-color: rgb(231,223,208); }

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

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

 span { border-color: rgb(231,223,208); }

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