#EAEEDB

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

Shades of Black Squeeze #EAEEDB

Tints of Black Squeeze #EAEEDB

Color information

#EAEEDB (or 0xEAEEDB) is unknown color: approx Black Squeeze. HEX triplet: EA, EE and DB. RGB value is (234,238,219). Sum of RGB (Red+Green+Blue) = 234+238+219=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEEDB is #151124. Grayscale: #EAEAEA. Windows color (decimal): -1380645 or 14413546. OLE color: 14413546.

HSL color Cylindrical-coordinate representation of color #EAEEDB: hue angle of 72.63º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAEEDB is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB234238219-
CMYK0.0200.080.07
HSL72.63º35.85%89.61%-
HSV(B)72.63º7.98%93.33%-
XYZ77.2983.7679.11-
YUV234.64119.17127.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.86%
GREEN value IS 238 (93.36% from 255) = 34.44%
BLUE value IS 219 (85.94% from 255) = 31.69%
R=33.86%
G=34.44%
B=31.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342382190.0200.080.0772.6335.8589.61
HexEAEEDB208749245a
Octal3523563332010711144132
Binary111010101110111011011011100100011110010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEDB; }

 p { color: rgb(234,238,219); }

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

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

 a { background-color: rgb(234,238,219); }

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

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

 span { border-color: rgb(234,238,219); }

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