#E7DCCD

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

Shades of Half Spanish White #E7DCCD

Tints of Half Spanish White #E7DCCD

Color information

#E7DCCD (or 0xE7DCCD) is unknown color: approx Half Spanish White. HEX triplet: E7, DC and CD. RGB value is (231,220,205). Sum of RGB (Red+Green+Blue) = 231+220+205=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCCD is #182332. Grayscale: #DDDDDD. Windows color (decimal): -1581875 or 13491431. OLE color: 13491431.

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

Color convert

RGB231220205-
CMYK00.050.110.09
HSL34.62º35.14%85.49%-
HSV(B)34.62º11.26%90.59%-
XYZ69.5772.5868.1-
YUV221.58118.64134.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.21%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 205 (80.47% from 255) = 31.25%
R=35.21%
G=33.54%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122020500.050.110.0934.6235.1485.49
HexE7DCCD05B9232355
Octal3473343150513114343125
Binary1110011111011100110011010101101110011000111000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCCD; }

 p { color: rgb(231,220,205); }

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

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

 a { background-color: rgb(231,220,205); }

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

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

 span { border-color: rgb(231,220,205); }

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