#E6DBCF

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

Shades of Gallery #E6DBCF

Tints of Gallery #E6DBCF

Color information

#E6DBCF (or 0xE6DBCF) is unknown color: approx Gallery. HEX triplet: E6, DB and CF. RGB value is (230,219,207). Sum of RGB (Red+Green+Blue) = 230+219+207=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBCF is #192430. Grayscale: #DCDCDC. Windows color (decimal): -1647665 or 13622246. OLE color: 13622246.

HSL color Cylindrical-coordinate representation of color #E6DBCF: hue angle of 31.3º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6DBCF is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB230219207-
CMYK00.050.100.10
HSL31.3º31.51%85.69%-
HSV(B)31.3º10%90.2%-
XYZ69.2371.9969.28-
YUV220.92120.14134.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.06%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 207 (81.25% from 255) = 31.55%
R=35.06%
G=33.38%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021920700.050.100.1031.331.5185.69
HexE6DBCF05AA1f2056
Octal3463333170512123740126
Binary111001101101101111001111010110101010111111000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DBCF; }

 p { color: rgb(230,219,207); }

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

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

 a { background-color: rgb(230,219,207); }

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

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

 span { border-color: rgb(230,219,207); }

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