Html Css Color HEX #E1D5CE Bon Jour

📋 copy color: '#E1D5CE'

red 225 ◦ green 213 ◦ blue 206

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

Shades of Bon Jour #E1D5CE

Tints of Bon Jour #E1D5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.07%

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

R = 34.94%
G = 33.07%
B = 31.99%

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

#E1D5CE (or 0xE1D5CE) is known color: Bon Jour. HEX triplet: E1, D5 and CE. RGB value is (225,213,206). Sum of RGB (Red+Green+Blue) = 225+213+206=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D5CE is #1E2A31. Grayscale: #D7D7D7. Windows color (decimal): -1976882 or 13555169. OLE color: 13555169.

HSL color Cylindrical-coordinate representation of color #E1D5CE: hue angle of 22.11º 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 #E1D5CE is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 213 206 -
CMYK 0 0.05 0.08 0.12
HSL 22.11º 0.24% 0.85% -
HSV(B) 22.11º 0.08% 0.88% -
XYZ 65.99 68.05 68.05 -
YUV 215.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 225 213 206 0 0.05 0.08 0.12 22.11 0.24 0.85
Hex E1 D5 CE 0 5 8 C 16 18 55
Octal 341 325 316 0 5 10 14 26 30 125
Binary 11100001 11010101 11001110 0 101 1000 1100 10110 11000 1010101

Color Harmonies of #E1D5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D5CE

Black with #E1D5CE

Text Example


Text Example

White with #E1D5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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