#E7DCCA

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

Shades of Half Spanish White #E7DCCA

Tints of Half Spanish White #E7DCCA

Color information

#E7DCCA (or 0xE7DCCA) is unknown color: approx Half Spanish White. HEX triplet: E7, DC and CA. RGB value is (231,220,202). Sum of RGB (Red+Green+Blue) = 231+220+202=653 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.38% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCCA is #182335. Grayscale: #DDDDDD. Windows color (decimal): -1581878 or 13294823. OLE color: 13294823.

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

Color convert

RGB231220202-
CMYK00.050.130.09
HSL37.24º37.66%84.9%-
HSV(B)37.24º12.55%90.59%-
XYZ69.2172.4466.21-
YUV221.24117.14134.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.38%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 202 (79.30% from 255) = 30.93%
R=35.38%
G=33.69%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122020200.050.130.0937.2437.6684.9
HexE7DCCA05D9252655
Octal3473343120515114546125
Binary1110011111011100110010100101110110011001011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCCA; }

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

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

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

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

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

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

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

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