#E6DACD

Color #E6DACD Gallery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gallery #E6DACD

Tints of Gallery #E6DACD

Color information

#E6DACD (or 0xE6DACD) is unknown color: approx Gallery. HEX triplet: E6, DA and CD. RGB value is (230,218,205). Sum of RGB (Red+Green+Blue) = 230+218+205=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DACD is #192532. Grayscale: #DCDCDC. Windows color (decimal): -1647923 or 13490918. OLE color: 13490918.

HSL color Cylindrical-coordinate representation of color #E6DACD: hue angle of 31.2º degrees, saturation: 0.33, 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 #E6DACD is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB230218205-
CMYK00.050.110.10
HSL31.2º33.33%85.29%-
HSV(B)31.2º10.87%90.2%-
XYZ68.7271.3767.91-
YUV220.11119.48135.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.22%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 205 (80.47% from 255) = 31.39%
R=35.22%
G=33.38%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021820500.050.110.1031.233.3385.29
HexE6DACD05BA1f2155
Octal3463323150513123741125
Binary111001101101101011001101010110111010111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DACD; }

 p { color: rgb(230,218,205); }

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

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

 a { background-color: rgb(230,218,205); }

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

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

 span { border-color: rgb(230,218,205); }

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