#E7DDCC

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

Shades of Half Spanish White #E7DDCC

Tints of Half Spanish White #E7DDCC

Color information

#E7DDCC (or 0xE7DDCC) is unknown color: approx Half Spanish White. HEX triplet: E7, DD and CC. RGB value is (231,221,204). Sum of RGB (Red+Green+Blue) = 231+221+204=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDCC is #182233. Grayscale: #DEDEDE. Windows color (decimal): -1581620 or 13426151. OLE color: 13426151.

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

Color convert

RGB231221204-
CMYK00.040.120.09
HSL37.78º36%85.29%-
HSV(B)37.78º11.69%90.59%-
XYZ69.7173.0667.55-
YUV222.05117.81134.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.21%
GREEN value IS 221 (86.72% from 255) = 33.69%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=35.21%
G=33.69%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122120400.040.120.0937.783685.29
HexE7DDCC04C9262455
Octal3473353140414114644125
Binary1110011111011101110011000100110010011001101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDCC; }

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

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

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

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

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

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

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

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