#E8DDCB

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

Shades of Half Spanish White #E8DDCB

Tints of Half Spanish White #E8DDCB

Color information

#E8DDCB (or 0xE8DDCB) is unknown color: approx Half Spanish White. HEX triplet: E8, DD and CB. RGB value is (232,221,203). Sum of RGB (Red+Green+Blue) = 232+221+203=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDCB is #172234. Grayscale: #DEDEDE. Windows color (decimal): -1516085 or 13360616. OLE color: 13360616.

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

Color convert

RGB232221203-
CMYK00.050.120.09
HSL37.24º38.67%85.29%-
HSV(B)37.24º12.5%90.98%-
XYZ69.9173.1866.94-
YUV222.24117.14134.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.37%
GREEN value IS 221 (86.72% from 255) = 33.69%
BLUE value IS 203 (79.69% from 255) = 30.95%
R=35.37%
G=33.69%
B=30.95%

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
Decimal23222120300.050.120.0937.2438.6785.29
HexE8DDCB05C9252755
Octal3503353130514114547125
Binary1110100011011101110010110101110010011001011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DDCB; }

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

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

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

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

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

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

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

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