#E8DDCC

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

Shades of Half Spanish White #E8DDCC

Tints of Half Spanish White #E8DDCC

Color information

#E8DDCC (or 0xE8DDCC) is unknown color: approx Half Spanish White. HEX triplet: E8, DD and CC. RGB value is (232,221,204). Sum of RGB (Red+Green+Blue) = 232+221+204=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDCC is #172233. Grayscale: #DEDEDE. Windows color (decimal): -1516084 or 13426152. OLE color: 13426152.

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

Color convert

RGB232221204-
CMYK00.050.120.09
HSL36.43º37.84%85.49%-
HSV(B)36.43º12.07%90.98%-
XYZ70.0373.2367.57-
YUV222.35117.64134.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.31%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 204 (80.08% from 255) = 31.05%
R=35.31%
G=33.64%
B=31.05%

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
Decimal23222120400.050.120.0936.4337.8485.49
HexE8DDCC05C9242655
Octal3503353140514114446125
Binary1110100011011101110011000101110010011001001001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DDCC; }

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

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

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

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

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

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

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

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