#EBFAD8

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

Shades of Saltpan #EBFAD8

Tints of Saltpan #EBFAD8

Color information

#EBFAD8 (or 0xEBFAD8) is unknown color: approx Saltpan. HEX triplet: EB, FA and D8. RGB value is (235,250,216). Sum of RGB (Red+Green+Blue) = 235+250+216=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 216 (84.77% from 255 or 30.81% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFAD8 is #140527. Grayscale: #F1F1F1. Windows color (decimal): -1312040 or 14220011. OLE color: 14220011.

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

Color convert

RGB235250216-
CMYK0.0600.140.02
HSL86.47º77.27%91.37%-
HSV(B)86.47º13.6%98.04%-
XYZ80.8490.9978.27-
YUV241.64113.53123.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.52%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 216 (84.77% from 255) = 30.81%
R=33.52%
G=35.66%
B=30.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352502160.0600.140.0286.4777.2791.37
HexEBFAD860E2564d5b
Octal35337233060162126115133
Binary1110101111111010110110001100111010101011010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAD8; }

 p { color: rgb(235,250,216); }

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

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

 a { background-color: rgb(235,250,216); }

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

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

 span { border-color: rgb(235,250,216); }

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