#E7DBCB

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

Shades of Half Spanish White #E7DBCB

Tints of Half Spanish White #E7DBCB

Color information

#E7DBCB (or 0xE7DBCB) is unknown color: approx Half Spanish White. HEX triplet: E7, DB and CB. RGB value is (231,219,203). Sum of RGB (Red+Green+Blue) = 231+219+203=653 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.38% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBCB is #182434. Grayscale: #DCDCDC. Windows color (decimal): -1582133 or 13360103. OLE color: 13360103.

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

Color convert

RGB231219203-
CMYK00.050.120.09
HSL34.29º36.84%85.1%-
HSV(B)34.29º12.12%90.59%-
XYZ69.0771.9666.75-
YUV220.76117.98135.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.38%
GREEN value IS 219 (85.94% from 255) = 33.54%
BLUE value IS 203 (79.69% from 255) = 31.09%
R=35.38%
G=33.54%
B=31.09%

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
Decimal23121920300.050.120.0934.2936.8485.1
HexE7DBCB05C9222555
Octal3473333130514114245125
Binary1110011111011011110010110101110010011000101001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBCB; }

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

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

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

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

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

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

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

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