#E0D5CD

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

Shades of Bon Jour #E0D5CD

Tints of Bon Jour #E0D5CD

Color information

#E0D5CD (or 0xE0D5CD) is unknown color: approx Bon Jour. HEX triplet: E0, D5 and CD. RGB value is (224,213,205). Sum of RGB (Red+Green+Blue) = 224+213+205=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D5CD is #1F2A32. Grayscale: #D7D7D7. Windows color (decimal): -2042419 or 13489632. OLE color: 13489632.

HSL color Cylindrical-coordinate representation of color #E0D5CD: hue angle of 25.26º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0D5CD is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224213205-
CMYK00.050.080.12
HSL25.26º23.46%84.12%-
HSV(B)25.26º8.48%87.84%-
XYZ65.5567.8467.4-
YUV215.38122.14134.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.89%
GREEN value IS 213 (83.59% from 255) = 33.18%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=34.89%
G=33.18%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421320500.050.080.1225.2623.4684.12
HexE0D5CD058C191754
Octal3403253150510143127124
Binary11100000110101011100110101011000110011001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D5CD; }

 p { color: rgb(224,213,205); }

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

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

 a { background-color: rgb(224,213,205); }

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

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

 span { border-color: rgb(224,213,205); }

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