Html Css Color HEX #E5E2D6 Black Haze

📋 copy color: '#E5E2D6'

red 229 ◦ green 226 ◦ blue 214

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

Shades of Black Haze #E5E2D6

Tints of Black Haze #E5E2D6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.78%

 BLUE value IS 214 (83.98% from 255) = 31.99%

R = 34.23%
G = 33.78%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E5E2D6 (or 0xE5E2D6) is known color: Black Haze. HEX triplet: E5, E2 and D6. RGB value is (229,226,214). Sum of RGB (Red+Green+Blue) = 229+226+214=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E2D6 is #1A1D29. Grayscale: #E1E1E1. Windows color (decimal): -1711402 or 14082789. OLE color: 14082789.

HSL color Cylindrical-coordinate representation of color #E5E2D6: hue angle of 48º degrees, saturation: 0.22, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5E2D6 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 226 214 -
CMYK 0 0.01 0.07 0.10
HSL 48º 0.22% 0.87% -
HSV(B) 48º 0.07% 0.9% -
XYZ 71.65 75.91 74.49 -
YUV 225.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 229 226 214 0 0.01 0.07 0.10 48 0.22 0.87
Hex E5 E2 D6 0 1 7 A 30 16 57
Octal 345 342 326 0 1 7 12 60 26 127
Binary 11100101 11100010 11010110 0 1 111 1010 110000 10110 1010111

Color Harmonies of #E5E2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E2D6

Black with #E5E2D6

Text Example


Text Example

White with #E5E2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E2D6; }

 p { color: rgb(229,226,214); }

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

background-color css

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

 a { background-color: rgb(229,226,214); }

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

border-color css

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

 span { border-color: rgb(229,226,214); }

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