#E7DCCC

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

Shades of Half Spanish White #E7DCCC

Tints of Half Spanish White #E7DCCC

Color information

#E7DCCC (or 0xE7DCCC) is unknown color: approx Half Spanish White. HEX triplet: E7, DC and CC. RGB value is (231,220,204). Sum of RGB (Red+Green+Blue) = 231+220+204=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCCC is #182333. Grayscale: #DDDDDD. Windows color (decimal): -1581876 or 13425895. OLE color: 13425895.

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

Color convert

RGB231220204-
CMYK00.050.120.09
HSL35.56º36%85.29%-
HSV(B)35.56º11.69%90.59%-
XYZ69.4572.5367.47-
YUV221.46118.14134.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.27%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 204 (80.08% from 255) = 31.15%
R=35.27%
G=33.59%
B=31.15%

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
Decimal23122020400.050.120.0935.563685.29
HexE7DCCC05C9242455
Octal3473343140514114444125
Binary1110011111011100110011000101110010011001001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCCC; }

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

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

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

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

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

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

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

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