#E6EADD

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

Shades of Black Squeeze #E6EADD

Tints of Black Squeeze #E6EADD

Color information

#E6EADD (or 0xE6EADD) is unknown color: approx Black Squeeze. HEX triplet: E6, EA and DD. RGB value is (230,234,221). Sum of RGB (Red+Green+Blue) = 230+234+221=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EADD is #191522. Grayscale: #E7E7E7. Windows color (decimal): -1643811 or 14543590. OLE color: 14543590.

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

Color convert

RGB230234221-
CMYK0.0200.060.08
HSL78.46º23.64%89.22%-
HSV(B)78.46º5.56%91.76%-
XYZ75.1180.8980.06-
YUV231.32122.17127.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.58%
GREEN value IS 234 (91.80% from 255) = 34.16%
BLUE value IS 221 (86.72% from 255) = 32.26%
R=33.58%
G=34.16%
B=32.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302342210.0200.060.0878.4623.6489.22
HexE6EADD20684e1859
Octal3463523352061011630131
Binary11100110111010101101110110011010001001110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EADD; }

 p { color: rgb(230,234,221); }

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

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

 a { background-color: rgb(230,234,221); }

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

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

 span { border-color: rgb(230,234,221); }

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