#E3DFDD

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

Shades of Bon Jour #E3DFDD

Tints of Bon Jour #E3DFDD

Color information

#E3DFDD (or 0xE3DFDD) is unknown color: approx Bon Jour. HEX triplet: E3, DF and DD. RGB value is (227,223,221). Sum of RGB (Red+Green+Blue) = 227+223+221=671 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.83% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DFDD is #1C2022. Grayscale: #DFDFDF. Windows color (decimal): -1843235 or 14540771. OLE color: 14540771.

HSL color Cylindrical-coordinate representation of color #E3DFDD: hue angle of 20º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E3DFDD is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB227223221-
CMYK00.020.030.11
HSL20º9.68%87.84%-
HSV(B)20º2.64%89.02%-
XYZ71.1274.3379-
YUV223.97126.33130.16-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.83%
GREEN value IS 223 (87.5% from 255) = 33.23%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=33.83%
G=33.23%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722322100.020.030.11209.6887.84
HexE3DFDD023B14a58
Octal343337335023132412130
Binary1110001111011111110111010101110111010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DFDD; }

 p { color: rgb(227,223,221); }

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

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

 a { background-color: rgb(227,223,221); }

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

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

 span { border-color: rgb(227,223,221); }

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