#E8EBDF

Color #E8EBDF Black Squeeze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Squeeze #E8EBDF

Tints of Black Squeeze #E8EBDF

Color information

#E8EBDF (or 0xE8EBDF) is unknown color: approx Black Squeeze. HEX triplet: E8, EB and DF. RGB value is (232,235,223). Sum of RGB (Red+Green+Blue) = 232+235+223=690 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.62% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 235 - color contains mainly: green. Hex color #E8EBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EBDF is #171420. Grayscale: #E8E8E8. Windows color (decimal): -1512481 or 14674920. OLE color: 14674920.

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

Color convert

RGB232235223-
CMYK0.0100.050.08
HSL75º23.08%89.8%-
HSV(B)75º5.11%92.16%-
XYZ76.3181.981.6-
YUV232.74122.51127.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.62%
GREEN value IS 235 (92.19% from 255) = 34.06%
BLUE value IS 223 (87.5% from 255) = 32.32%
R=33.62%
G=34.06%
B=32.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2322352230.0100.050.087523.0889.8
HexE8EBDF10584b175a
Octal3503533371051011327132
Binary1110100011101011110111111010110001001011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EBDF; }

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

 H1.HeaderClassName
 {
   color: #E8EBDF;
 }
 .AnyTagClassName
 {
   color: #E8EBDF;
 }
</style>
background-color css

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

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

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

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

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

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