#E6DCCC

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

Shades of Half Spanish White #E6DCCC

Tints of Half Spanish White #E6DCCC

Color information

#E6DCCC (or 0xE6DCCC) is unknown color: approx Half Spanish White. HEX triplet: E6, DC and CC. RGB value is (230,220,204). Sum of RGB (Red+Green+Blue) = 230+220+204=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCCC is #192333. Grayscale: #DDDDDD. Windows color (decimal): -1647412 or 13425894. OLE color: 13425894.

HSL color Cylindrical-coordinate representation of color #E6DCCC: hue angle of 36.92º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6DCCC is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB230220204-
CMYK00.040.110.10
HSL36.92º34.21%85.1%-
HSV(B)36.92º11.3%90.2%-
XYZ69.1372.3767.45-
YUV221.17118.31134.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.17%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=35.17%
G=33.64%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022020400.040.110.1036.9234.2185.1
HexE6DCCC04BA252255
Octal3463343140413124542125
Binary1110011011011100110011000100101110101001011000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DCCC; }

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

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

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

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

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

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

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

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