#E7DCCB

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

Shades of Half Spanish White #E7DCCB

Tints of Half Spanish White #E7DCCB

Color information

#E7DCCB (or 0xE7DCCB) is unknown color: approx Half Spanish White. HEX triplet: E7, DC and CB. RGB value is (231,220,203). Sum of RGB (Red+Green+Blue) = 231+220+203=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCCB is #182334. Grayscale: #DDDDDD. Windows color (decimal): -1581877 or 13360359. OLE color: 13360359.

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

Color convert

RGB231220203-
CMYK00.050.120.09
HSL36.43º36.84%85.1%-
HSV(B)36.43º12.12%90.59%-
XYZ69.3372.4966.84-
YUV221.35117.64134.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.32%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 203 (79.69% from 255) = 31.04%
R=35.32%
G=33.64%
B=31.04%

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
Decimal23122020300.050.120.0936.4336.8485.1
HexE7DCCB05C9242555
Octal3473343130514114445125
Binary1110011111011100110010110101110010011001001001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCCB; }

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

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

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

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

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

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

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

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