#FDE8DC

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

Shades of Chablis #FDE8DC

Tints of Chablis #FDE8DC

Color information

#FDE8DC (or 0xFDE8DC) is unknown color: approx Chablis. HEX triplet: FD, E8 and DC. RGB value is (253,232,220). Sum of RGB (Red+Green+Blue) = 253+232+220=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 232 (91.02% from 255 or 32.91% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8DC is #021723. Grayscale: #ECECEC. Windows color (decimal): -136996 or 14477565. OLE color: 14477565.

HSL color Cylindrical-coordinate representation of color #FDE8DC: hue angle of 21.82º 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 #FDE8DC is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253232220-
CMYK00.080.130.01
HSL21.82º89.19%92.75%-
HSV(B)21.82º13.04%99.22%-
XYZ82.2883.7679.54-
YUV236.91118.46139.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.89%
GREEN value IS 232 (91.02% from 255) = 32.91%
BLUE value IS 220 (86.33% from 255) = 31.21%
R=35.89%
G=32.91%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323222000.080.130.0121.8289.1992.75
HexFDE8DC08D116595d
Octal37535033401015126131135
Binary11111101111010001101110001000110111011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE8DC; }

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

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

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

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

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

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

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

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