#EBFAD7

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

Shades of Saltpan #EBFAD7

Tints of Saltpan #EBFAD7

Color information

#EBFAD7 (or 0xEBFAD7) is unknown color: approx Saltpan. HEX triplet: EB, FA and D7. RGB value is (235,250,215). Sum of RGB (Red+Green+Blue) = 235+250+215=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 215 (84.38% from 255 or 30.71% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFAD7 is #140528. Grayscale: #F1F1F1. Windows color (decimal): -1312041 or 14154475. OLE color: 14154475.

HSL color Cylindrical-coordinate representation of color #EBFAD7: hue angle of 85.71º degrees, saturation: 0.78, 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 #EBFAD7 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB235250215-
CMYK0.0600.140.02
HSL85.71º77.78%91.18%-
HSV(B)85.71º14%98.04%-
XYZ80.7190.9477.59-
YUV241.52113.03123.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.57%
GREEN value IS 250 (98.05% from 255) = 35.71%
BLUE value IS 215 (84.38% from 255) = 30.71%
R=33.57%
G=35.71%
B=30.71%

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
Decimal2352502150.0600.140.0285.7177.7891.18
HexEBFAD760E2564e5b
Octal35337232760162126116133
Binary1110101111111010110101111100111010101011010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAD7; }

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

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

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

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

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

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

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

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