#E7DCC8

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

Shades of Half Spanish White #E7DCC8

Tints of Half Spanish White #E7DCC8

Color information

#E7DCC8 (or 0xE7DCC8) is unknown color: approx Half Spanish White. HEX triplet: E7, DC and C8. RGB value is (231,220,200). Sum of RGB (Red+Green+Blue) = 231+220+200=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 200 (78.52% from 255 or 30.72% from 651); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCC8 is #182337. Grayscale: #DDDDDD. Windows color (decimal): -1581880 or 13163751. OLE color: 13163751.

HSL color Cylindrical-coordinate representation of color #E7DCC8: hue angle of 38.71º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7DCC8 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231220200-
CMYK00.050.130.09
HSL38.71º39.24%84.51%-
HSV(B)38.71º13.42%90.59%-
XYZ68.9772.3564.97-
YUV221.01116.14135.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.48%
GREEN value IS 220 (86.33% from 255) = 33.79%
BLUE value IS 200 (78.52% from 255) = 30.72%
R=35.48%
G=33.79%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122020000.050.130.0938.7139.2484.51
HexE7DCC805D9272755
Octal3473343100515114747125
Binary1110011111011100110010000101110110011001111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCC8; }

 p { color: rgb(231,220,200); }

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

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

 a { background-color: rgb(231,220,200); }

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

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

 span { border-color: rgb(231,220,200); }

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