#FDE7DC

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

Shades of Chablis #FDE7DC

Tints of Chablis #FDE7DC

Color information

#FDE7DC (or 0xFDE7DC) is unknown color: approx Chablis. HEX triplet: FD, E7 and DC. RGB value is (253,231,220). Sum of RGB (Red+Green+Blue) = 253+231+220=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 231 (90.62% from 255 or 32.81% from 704); Blue value is 220 (86.33% from 255 or 31.25% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7DC is #021823. Grayscale: #ECECEC. Windows color (decimal): -137252 or 14477309. OLE color: 14477309.

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

Color convert

RGB253231220-
CMYK00.090.130.01
HSL20º89.19%92.75%-
HSV(B)20º13.04%99.22%-
XYZ8283.279.45-
YUV236.32118.79139.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.94%
GREEN value IS 231 (90.62% from 255) = 32.81%
BLUE value IS 220 (86.33% from 255) = 31.25%
R=35.94%
G=32.81%
B=31.25%

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
Decimal25323122000.090.130.012089.1992.75
HexFDE7DC09D114595d
Octal37534733401115124131135
Binary11111101111001111101110001001110111010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE7DC; }

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

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

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

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

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

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

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

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