#E7DDCB

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

Shades of Half Spanish White #E7DDCB

Tints of Half Spanish White #E7DDCB

Color information

#E7DDCB (or 0xE7DDCB) is unknown color: approx Half Spanish White. HEX triplet: E7, DD and CB. RGB value is (231,221,203). Sum of RGB (Red+Green+Blue) = 231+221+203=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDCB is #182234. Grayscale: #DEDEDE. Windows color (decimal): -1581621 or 13360615. OLE color: 13360615.

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

Color convert

RGB231221203-
CMYK00.040.120.09
HSL38.57º36.84%85.1%-
HSV(B)38.57º12.12%90.59%-
XYZ69.5973.0166.93-
YUV221.94117.31134.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.27%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 203 (79.69% from 255) = 30.99%
R=35.27%
G=33.74%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122120300.040.120.0938.5736.8485.1
HexE7DDCB04C9272555
Octal3473353130414114745125
Binary1110011111011101110010110100110010011001111001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDCB; }

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

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

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

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

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

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

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

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