#E8DDCA

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

Shades of Half Spanish White #E8DDCA

Tints of Half Spanish White #E8DDCA

Color information

#E8DDCA (or 0xE8DDCA) is unknown color: approx Half Spanish White. HEX triplet: E8, DD and CA. RGB value is (232,221,202). Sum of RGB (Red+Green+Blue) = 232+221+202=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDCA is #172235. Grayscale: #DEDEDE. Windows color (decimal): -1516086 or 13295080. OLE color: 13295080.

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

Color convert

RGB232221202-
CMYK00.050.130.09
HSL38º39.47%85.1%-
HSV(B)38º12.93%90.98%-
XYZ69.873.1366.31-
YUV222.12116.64135.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.42%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 202 (79.30% from 255) = 30.84%
R=35.42%
G=33.74%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222120200.050.130.093839.4785.1
HexE8DDCA05D9262755
Octal3503353120515114647125
Binary1110100011011101110010100101110110011001101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DDCA; }

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

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

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

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

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

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

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

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