#FDE6DC

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

Shades of Chablis #FDE6DC

Tints of Chablis #FDE6DC

Color information

#FDE6DC (or 0xFDE6DC) is unknown color: approx Chablis. HEX triplet: FD, E6 and DC. RGB value is (253,230,220). Sum of RGB (Red+Green+Blue) = 253+230+220=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 230 (90.23% from 255 or 32.72% from 703); Blue value is 220 (86.33% from 255 or 31.29% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6DC is #021923. Grayscale: #EBEBEB. Windows color (decimal): -137508 or 14477053. OLE color: 14477053.

HSL color Cylindrical-coordinate representation of color #FDE6DC: hue angle of 18.18º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDE6DC is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253230220-
CMYK00.090.130.01
HSL18.18º89.19%92.75%-
HSV(B)18.18º13.04%99.22%-
XYZ81.7282.6479.35-
YUV235.74119.12140.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.99%
GREEN value IS 230 (90.23% from 255) = 32.72%
BLUE value IS 220 (86.33% from 255) = 31.29%
R=35.99%
G=32.72%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323022000.090.130.0118.1889.1992.75
HexFDE6DC09D112595d
Octal37534633401115122131135
Binary11111101111001101101110001001110111001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE6DC; }

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

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

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

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

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

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

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

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