Html Css Color HEX #E5D3C9 Bizarre

📋 copy color: '#E5D3C9'

red 229 ◦ green 211 ◦ blue 201

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

Shades of Bizarre #E5D3C9

Tints of Bizarre #E5D3C9

RGB

 RED value IS 229 (89.84% from 255) = 35.73%

 GREEN value IS 211 (82.81% from 255) = 32.92%

 BLUE value IS 201 (78.91% from 255) = 31.36%

R = 35.73%
G = 32.92%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E5D3C9 (or 0xE5D3C9) is known color: Bizarre. HEX triplet: E5, D3 and C9. RGB value is (229,211,201). Sum of RGB (Red+Green+Blue) = 229+211+201=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D3C9 is #1A2C36. Grayscale: #D7D7D7. Windows color (decimal): -1715255 or 13226981. OLE color: 13226981.

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

Color convert

RGB 229 211 201 -
CMYK 0 0.08 0.12 0.10
HSL 21.43º 0.35% 0.84% -
HSV(B) 21.43º 0.12% 0.9% -
XYZ 66.15 67.46 64.79 -
YUV 215.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 229 211 201 0 0.08 0.12 0.10 21.43 0.35 0.84
Hex E5 D3 C9 0 8 C A 15 23 54
Octal 345 323 311 0 10 14 12 25 43 124
Binary 11100101 11010011 11001001 0 1000 1100 1010 10101 100011 1010100

Color Harmonies of #E5D3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D3C9

Black with #E5D3C9

Text Example


Text Example

White with #E5D3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D3C9; }

 p { color: rgb(229,211,201); }

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

background-color css

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

 a { background-color: rgb(229,211,201); }

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

border-color css

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

 span { border-color: rgb(229,211,201); }

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