#FFE6DC

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

Shades of Chablis #FFE6DC

Tints of Chablis #FFE6DC

Color information

#FFE6DC (or 0xFFE6DC) is unknown color: approx Chablis. HEX triplet: FF, E6 and DC. RGB value is (255,230,220). Sum of RGB (Red+Green+Blue) = 255+230+220=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 230 (90.23% from 255 or 32.62% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6DC is #001923. Grayscale: #ECECEC. Windows color (decimal): -6436 or 14477055. OLE color: 14477055.

HSL color Cylindrical-coordinate representation of color #FFE6DC: hue angle of 17.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFE6DC is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255230220-
CMYK00.100.140
HSL17.14º100%93.14%-
HSV(B)17.14º13.73%100%-
XYZ82.4683.0279.39-
YUV236.34118.78141.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.17%
GREEN value IS 230 (90.23% from 255) = 32.62%
BLUE value IS 220 (86.33% from 255) = 31.21%
R=36.17%
G=32.62%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523022000.100.14017.1410093.14
HexFFE6DC0AE011645d
Octal37734633401216021144135
Binary11111111111001101101110001010111001000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6DC; }

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

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

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

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

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

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

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

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