#EBEFDF

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

Shades of Saltpan #EBEFDF

Tints of Saltpan #EBEFDF

Color information

#EBEFDF (or 0xEBEFDF) is unknown color: approx Saltpan. HEX triplet: EB, EF and DF. RGB value is (235,239,223). Sum of RGB (Red+Green+Blue) = 235+239+223=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 223 (87.5% from 255 or 31.99% from 697); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFDF is #141020. Grayscale: #ECECEC. Windows color (decimal): -1314849 or 14675947. OLE color: 14675947.

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

Color convert

RGB235239223-
CMYK0.0200.070.06
HSL75º33.33%90.59%-
HSV(B)75º6.69%93.73%-
XYZ78.4584.7282.03-
YUV235.98120.67127.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.72%
GREEN value IS 239 (93.75% from 255) = 34.29%
BLUE value IS 223 (87.5% from 255) = 31.99%
R=33.72%
G=34.29%
B=31.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352392230.0200.070.067533.3390.59
HexEBEFDF20764b215b
Octal353357337207611341133
Binary11101011111011111101111110011111010010111000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFDF; }

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

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

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

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

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

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

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

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