#FFEADF

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

Shades of Chablis #FFEADF

Tints of Chablis #FFEADF

Color information

#FFEADF (or 0xFFEADF) is unknown color: approx Chablis. HEX triplet: FF, EA and DF. RGB value is (255,234,223). Sum of RGB (Red+Green+Blue) = 255+234+223=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 223 (87.5% from 255 or 31.32% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEADF is #001520. Grayscale: #EFEFEF. Windows color (decimal): -5409 or 14674687. OLE color: 14674687.

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

Color convert

RGB255234223-
CMYK00.080.130
HSL20.63º100%93.73%-
HSV(B)20.63º12.55%100%-
XYZ83.9885.4381.88-
YUV239.02118.96139.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.81%
GREEN value IS 234 (91.80% from 255) = 32.87%
BLUE value IS 223 (87.5% from 255) = 31.32%
R=35.81%
G=32.87%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523422300.080.13020.6310093.73
HexFFEADF08D015645e
Octal37735233701015025144136
Binary11111111111010101101111101000110101010111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEADF; }

 p { color: rgb(255,234,223); }

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

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

 a { background-color: rgb(255,234,223); }

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

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

 span { border-color: rgb(255,234,223); }

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