#E7DBCD

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

Shades of Half Spanish White #E7DBCD

Tints of Half Spanish White #E7DBCD

Color information

#E7DBCD (or 0xE7DBCD) is unknown color: approx Half Spanish White. HEX triplet: E7, DB and CD. RGB value is (231,219,205). Sum of RGB (Red+Green+Blue) = 231+219+205=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBCD is #182432. Grayscale: #DDDDDD. Windows color (decimal): -1582131 or 13491175. OLE color: 13491175.

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

Color convert

RGB231219205-
CMYK00.050.110.09
HSL32.31º35.14%85.49%-
HSV(B)32.31º11.26%90.59%-
XYZ69.3172.0668.01-
YUV220.99118.98135.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.27%
GREEN value IS 219 (85.94% from 255) = 33.44%
BLUE value IS 205 (80.47% from 255) = 31.30%
R=35.27%
G=33.44%
B=31.30%

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
Decimal23121920500.050.110.0932.3135.1485.49
HexE7DBCD05B9202355
Octal3473333150513114043125
Binary1110011111011011110011010101101110011000001000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBCD; }

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

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

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

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

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

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

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

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