#E8DCCD

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

Shades of Half Spanish White #E8DCCD

Tints of Half Spanish White #E8DCCD

Color information

#E8DCCD (or 0xE8DCCD) is unknown color: approx Half Spanish White. HEX triplet: E8, DC and CD. RGB value is (232,220,205). Sum of RGB (Red+Green+Blue) = 232+220+205=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCCD is #172332. Grayscale: #DDDDDD. Windows color (decimal): -1516339 or 13491432. OLE color: 13491432.

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

Color convert

RGB232220205-
CMYK00.050.120.09
HSL33.33º36.99%85.69%-
HSV(B)33.33º11.64%90.98%-
XYZ69.8972.7568.12-
YUV221.88118.48135.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.31%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=35.31%
G=33.49%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222020500.050.120.0933.3336.9985.69
HexE8DCCD05C9212556
Octal3503343150514114145126
Binary1110100011011100110011010101110010011000011001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCCD; }

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

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

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

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

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

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

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

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