#E6DBD5

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

Shades of Bon Jour #E6DBD5

Tints of Bon Jour #E6DBD5

Color information

#E6DBD5 (or 0xE6DBD5) is unknown color: approx Bon Jour. HEX triplet: E6, DB and D5. RGB value is (230,219,213). Sum of RGB (Red+Green+Blue) = 230+219+213=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 213 (83.59% from 255 or 32.18% from 662); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBD5 is #19242A. Grayscale: #DDDDDD. Windows color (decimal): -1647659 or 14015462. OLE color: 14015462.

HSL color Cylindrical-coordinate representation of color #E6DBD5: hue angle of 21.18º degrees, saturation: 0.25, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E6DBD5 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB230219213-
CMYK00.050.070.10
HSL21.18º25.37%86.86%-
HSV(B)21.18º7.39%90.2%-
XYZ69.9772.2973.22-
YUV221.6123.14133.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.74%
GREEN value IS 219 (85.94% from 255) = 33.08%
BLUE value IS 213 (83.59% from 255) = 32.18%
R=34.74%
G=33.08%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021921300.050.070.1021.1825.3786.86
HexE6DBD5057A151957
Octal346333325057122531127
Binary1110011011011011110101010101111101010101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DBD5; }

 p { color: rgb(230,219,213); }

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

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

 a { background-color: rgb(230,219,213); }

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

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

 span { border-color: rgb(230,219,213); }

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