#E8DDC8

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

Shades of Half Spanish White #E8DDC8

Tints of Half Spanish White #E8DDC8

Color information

#E8DDC8 (or 0xE8DDC8) is unknown color: approx Half Spanish White. HEX triplet: E8, DD and C8. RGB value is (232,221,200). Sum of RGB (Red+Green+Blue) = 232+221+200=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 200 (78.52% from 255 or 30.63% from 653); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDC8 is #172237. Grayscale: #DDDDDD. Windows color (decimal): -1516088 or 13164008. OLE color: 13164008.

HSL color Cylindrical-coordinate representation of color #E8DDC8: hue angle of 39.38º 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 #E8DDC8 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB232221200-
CMYK00.050.140.09
HSL39.38º41.03%84.71%-
HSV(B)39.38º13.79%90.98%-
XYZ69.5673.0465.08-
YUV221.9115.64135.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.53%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 200 (78.52% from 255) = 30.63%
R=35.53%
G=33.84%
B=30.63%

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
Decimal23222120000.050.140.0939.3841.0384.71
HexE8DDC805E9272955
Octal3503353100516114751125
Binary1110100011011101110010000101111010011001111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DDC8; }

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

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

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

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

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

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

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

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