#E7DDC7

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

Shades of Half Spanish White #E7DDC7

Tints of Half Spanish White #E7DDC7

Color information

#E7DDC7 (or 0xE7DDC7) is unknown color: approx Half Spanish White. HEX triplet: E7, DD and C7. RGB value is (231,221,199). Sum of RGB (Red+Green+Blue) = 231+221+199=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 199 (78.12% from 255 or 30.57% from 651); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDC7 is #182238. Grayscale: #DDDDDD. Windows color (decimal): -1581625 or 13098471. OLE color: 13098471.

HSL color Cylindrical-coordinate representation of color #E7DDC7: hue angle of 41.25º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7DDC7 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB231221199-
CMYK00.040.140.09
HSL41.25º40%84.31%-
HSV(B)41.25º13.85%90.59%-
XYZ69.1272.8364.45-
YUV221.48115.31134.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.48%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 199 (78.12% from 255) = 30.57%
R=35.48%
G=33.95%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122119900.040.140.0941.254084.31
HexE7DDC704E9292854
Octal3473353070416115150124
Binary1110011111011101110001110100111010011010011010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDC7; }

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

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

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

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

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

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

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

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