#FFEDE2

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

Shades of Chablis #FFEDE2

Tints of Chablis #FFEDE2

Color information

#FFEDE2 (or 0xFFEDE2) is unknown color: approx Chablis. HEX triplet: FF, ED and E2. RGB value is (255,237,226). Sum of RGB (Red+Green+Blue) = 255+237+226=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 226 (88.67% from 255 or 31.48% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDE2 is #00121D. Grayscale: #F1F1F1. Windows color (decimal): -4638 or 14872063. OLE color: 14872063.

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

Color convert

RGB255237226-
CMYK00.070.110
HSL22.76º100%94.31%-
HSV(B)22.76º11.37%100%-
XYZ85.2587.3284.31-
YUV241.13119.46137.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.52%
GREEN value IS 237 (92.97% from 255) = 33.01%
BLUE value IS 226 (88.67% from 255) = 31.48%
R=35.52%
G=33.01%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523722600.070.11022.7610094.31
HexFFEDE207B017645e
Octal3773553420713027144136
Binary1111111111101101111000100111101101011111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDE2; }

 p { color: rgb(255,237,226); }

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

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

 a { background-color: rgb(255,237,226); }

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

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

 span { border-color: rgb(255,237,226); }

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