#EAEFDB

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

Shades of Black Squeeze #EAEFDB

Tints of Black Squeeze #EAEFDB

Color information

#EAEFDB (or 0xEAEFDB) is unknown color: approx Black Squeeze. HEX triplet: EA, EF and DB. RGB value is (234,239,219). Sum of RGB (Red+Green+Blue) = 234+239+219=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFDB is #151024. Grayscale: #EBEBEB. Windows color (decimal): -1380389 or 14413802. OLE color: 14413802.

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

Color convert

RGB234239219-
CMYK0.0200.080.06
HSL75º38.46%89.8%-
HSV(B)75º8.37%93.73%-
XYZ77.5884.3479.21-
YUV235.22118.84127.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.82%
GREEN value IS 239 (93.75% from 255) = 34.54%
BLUE value IS 219 (85.94% from 255) = 31.65%
R=33.82%
G=34.54%
B=31.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342392190.0200.080.067538.4689.8
HexEAEFDB20864b265a
Octal3523573332010611346132
Binary111010101110111111011011100100011010010111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFDB; }

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

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

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

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

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

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

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

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