Html Css Color HEX #E1D6CE Bon Jour

📋 copy color: '#E1D6CE'

red 225 ◦ green 214 ◦ blue 206

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

Shades of Bon Jour #E1D6CE

Tints of Bon Jour #E1D6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.18%

 BLUE value IS 206 (80.86% from 255) = 31.94%

R = 34.88%
G = 33.18%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E1D6CE (or 0xE1D6CE) is known color: Bon Jour. HEX triplet: E1, D6 and CE. RGB value is (225,214,206). Sum of RGB (Red+Green+Blue) = 225+214+206=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D6CE is #1E2931. Grayscale: #D8D8D8. Windows color (decimal): -1976626 or 13555425. OLE color: 13555425.

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

Color convert

RGB 225 214 206 -
CMYK 0 0.05 0.08 0.12
HSL 25.26º 0.24% 0.85% -
HSV(B) 25.26º 0.08% 0.88% -
XYZ 66.24 68.56 68.13 -
YUV 216.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 225 214 206 0 0.05 0.08 0.12 25.26 0.24 0.85
Hex E1 D6 CE 0 5 8 C 19 18 55
Octal 341 326 316 0 5 10 14 31 30 125
Binary 11100001 11010110 11001110 0 101 1000 1100 11001 11000 1010101

Color Harmonies of #E1D6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D6CE

Black with #E1D6CE

Text Example


Text Example

White with #E1D6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D6CE; }

 p { color: rgb(225,214,206); }

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

background-color css

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

 a { background-color: rgb(225,214,206); }

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

border-color css

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

 span { border-color: rgb(225,214,206); }

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