#FFEADE

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

Shades of Chablis #FFEADE

Tints of Chablis #FFEADE

Color information

#FFEADE (or 0xFFEADE) is unknown color: approx Chablis. HEX triplet: FF, EA and DE. RGB value is (255,234,222). Sum of RGB (Red+Green+Blue) = 255+234+222=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 222 (87.11% from 255 or 31.22% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEADE is #001521. Grayscale: #EEEEEE. Windows color (decimal): -5410 or 14609151. OLE color: 14609151.

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

Color convert

RGB255234222-
CMYK00.080.130
HSL21.82º100%93.53%-
HSV(B)21.82º12.94%100%-
XYZ83.8585.3881.17-
YUV238.91118.46139.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.86%
GREEN value IS 234 (91.80% from 255) = 32.91%
BLUE value IS 222 (87.11% from 255) = 31.22%
R=35.86%
G=32.91%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523422200.080.13021.8210093.53
HexFFEADE08D016645e
Octal37735233601015026144136
Binary11111111111010101101111001000110101011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEADE; }

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

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

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

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

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

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

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

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