#E8DCC8

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

Shades of Half Spanish White #E8DCC8

Tints of Half Spanish White #E8DCC8

Color information

#E8DCC8 (or 0xE8DCC8) is unknown color: approx Half Spanish White. HEX triplet: E8, DC and C8. RGB value is (232,220,200). Sum of RGB (Red+Green+Blue) = 232+220+200=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 200 (78.52% from 255 or 30.67% from 652); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCC8 is #172337. Grayscale: #DDDDDD. Windows color (decimal): -1516344 or 13163752. OLE color: 13163752.

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

Color convert

RGB232220200-
CMYK00.050.140.09
HSL37.5º41.03%84.71%-
HSV(B)37.5º13.79%90.98%-
XYZ69.372.5164.99-
YUV221.31115.98135.63-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.58%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 200 (78.52% from 255) = 30.67%
R=35.58%
G=33.74%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222020000.050.140.0937.541.0384.71
HexE8DCC805E9262955
Octal3503343100516114651125
Binary1110100011011100110010000101111010011001101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCC8; }

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

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

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

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

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

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

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

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