#E7DBCC

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

Shades of Half Spanish White #E7DBCC

Tints of Half Spanish White #E7DBCC

Color information

#E7DBCC (or 0xE7DBCC) is unknown color: approx Half Spanish White. HEX triplet: E7, DB and CC. RGB value is (231,219,204). Sum of RGB (Red+Green+Blue) = 231+219+204=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBCC is #182433. Grayscale: #DCDCDC. Windows color (decimal): -1582132 or 13425639. OLE color: 13425639.

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

Color convert

RGB231219204-
CMYK00.050.120.09
HSL33.33º36%85.29%-
HSV(B)33.33º11.69%90.59%-
XYZ69.1972.0167.38-
YUV220.88118.48135.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.32%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=35.32%
G=33.49%
B=31.19%

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
Decimal23121920400.050.120.0933.333685.29
HexE7DBCC05C9212455
Octal3473333140514114144125
Binary1110011111011011110011000101110010011000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBCC; }

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

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

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

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

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

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

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

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