#E7E0CF

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

Shades of Bleach White #E7E0CF

Tints of Bleach White #E7E0CF

Color information

#E7E0CF (or 0xE7E0CF) is unknown color: approx Bleach White. HEX triplet: E7, E0 and CF. RGB value is (231,224,207). Sum of RGB (Red+Green+Blue) = 231+224+207=662 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.89% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E0CF is #181F30. Grayscale: #E0E0E0. Windows color (decimal): -1580849 or 13623527. OLE color: 13623527.

HSL color Cylindrical-coordinate representation of color #E7E0CF: hue angle of 42.5º degrees, saturation: 0.33, 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 #E7E0CF is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB231224207-
CMYK00.030.100.09
HSL42.5º33.33%85.88%-
HSV(B)42.5º10.39%90.59%-
XYZ70.8774.8169.73-
YUV224.16118.32132.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.89%
GREEN value IS 224 (87.89% from 255) = 33.84%
BLUE value IS 207 (81.25% from 255) = 31.27%
R=34.89%
G=33.84%
B=31.27%

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
Decimal23122420700.030.100.0942.533.3385.88
HexE7E0CF03A92b2156
Octal3473403170312115341126
Binary111001111110000011001111011101010011010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E0CF; }

 p { color: rgb(231,224,207); }

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

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

 a { background-color: rgb(231,224,207); }

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

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

 span { border-color: rgb(231,224,207); }

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