Html Css Color HEX #E1D9D2 Bon Jour

📋 copy color: '#E1D9D2'

red 225 ◦ green 217 ◦ blue 210

#E1D9D2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bon Jour #E1D9D2

Tints of Bon Jour #E1D9D2

RGB

 RED value IS 225 (88.28% from 255) = 34.51%

 GREEN value IS 217 (85.16% from 255) = 33.28%

 BLUE value IS 210 (82.42% from 255) = 32.21%

R = 34.51%
G = 33.28%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E1D9D2 (or 0xE1D9D2) is known color: Bon Jour. HEX triplet: E1, D9 and D2. RGB value is (225,217,210). Sum of RGB (Red+Green+Blue) = 225+217+210=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D9D2 is #1E262D. Grayscale: #DADADA. Windows color (decimal): -1975854 or 13818337. OLE color: 13818337.

HSL color Cylindrical-coordinate representation of color #E1D9D2: hue angle of 28º degrees, saturation: 0.2, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1D9D2 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 217 210 -
CMYK 0 0.04 0.07 0.12
HSL 28º 0.2% 0.85% -
HSV(B) 28º 0.07% 0.88% -
XYZ 67.5 70.29 70.98 -
YUV 218.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 225 217 210 0 0.04 0.07 0.12 28 0.2 0.85
Hex E1 D9 D2 0 4 7 C 1C 14 55
Octal 341 331 322 0 4 7 14 34 24 125
Binary 11100001 11011001 11010010 0 100 111 1100 11100 10100 1010101

Color Harmonies of #E1D9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D9D2

Black with #E1D9D2

Text Example


Text Example

White with #E1D9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D9D2; }

 p { color: rgb(225,217,210); }

 H1.HeaderClassName
 {
   color: #E1D9D2;
 }
 .AnyTagClassName
 {
   color: #E1D9D2;
 }
</style>

background-color css

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

 a { background-color: rgb(225,217,210); }

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

border-color css

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

 span { border-color: rgb(225,217,210); }

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