#E7DDCA

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

Shades of Half Spanish White #E7DDCA

Tints of Half Spanish White #E7DDCA

Color information

#E7DDCA (or 0xE7DDCA) is unknown color: approx Half Spanish White. HEX triplet: E7, DD and CA. RGB value is (231,221,202). Sum of RGB (Red+Green+Blue) = 231+221+202=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDCA is #182235. Grayscale: #DDDDDD. Windows color (decimal): -1581622 or 13295079. OLE color: 13295079.

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

Color convert

RGB231221202-
CMYK00.040.130.09
HSL39.31º37.66%84.9%-
HSV(B)39.31º12.55%90.59%-
XYZ69.4772.9766.3-
YUV221.82116.81134.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.32%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=35.32%
G=33.79%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122120200.040.130.0939.3137.6684.9
HexE7DDCA04D9272655
Octal3473353120415114746125
Binary1110011111011101110010100100110110011001111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDCA; }

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

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

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

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

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

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

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

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