Html Css Color HEX #E8EBDA Black Squeeze

📋 copy color: '#E8EBDA'

red 232 ◦ green 235 ◦ blue 218

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

Shades of Black Squeeze #E8EBDA

Tints of Black Squeeze #E8EBDA

RGB

 RED value IS 232 (91.02% from 255) = 33.87%

 GREEN value IS 235 (92.19% from 255) = 34.31%

 BLUE value IS 218 (85.55% from 255) = 31.82%

R = 33.87%
G = 34.31%
B = 31.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#E8EBDA (or 0xE8EBDA) is known color: Black Squeeze. HEX triplet: E8, EB and DA. RGB value is (232,235,218). Sum of RGB (Red+Green+Blue) = 232+235+218=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 235 - color contains mainly: green. Hex color #E8EBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EBDA is #171425. Grayscale: #E8E8E8. Windows color (decimal): -1512486 or 14347240. OLE color: 14347240.

HSL color Cylindrical-coordinate representation of color #E8EBDA: hue angle of 70.59º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E8EBDA is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 232 235 218 -
CMYK 0.01 0 0.07 0.08
HSL 70.59º 0.3% 0.89% -
HSV(B) 70.59º 0.07% 0.92% -
XYZ 75.64 81.63 78.1 -
YUV 232.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 232 235 218 0.01 0 0.07 0.08 70.59 0.3 0.89
Hex E8 EB DA 1 0 7 8 47 1E 59
Octal 350 353 332 1 0 7 10 107 36 131
Binary 11101000 11101011 11011010 1 0 111 1000 1000111 11110 1011001

Color Harmonies of #E8EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8EBDA

Black with #E8EBDA

Text Example


Text Example

White with #E8EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8EBDA; }

 p { color: rgb(232,235,218); }

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

background-color css

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

 a { background-color: rgb(232,235,218); }

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

border-color css

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

 span { border-color: rgb(232,235,218); }

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