#EBFBD6

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

Shades of Saltpan #EBFBD6

Tints of Saltpan #EBFBD6

Color information

#EBFBD6 (or 0xEBFBD6) is unknown color: approx Saltpan. HEX triplet: EB, FB and D6. RGB value is (235,251,214). Sum of RGB (Red+Green+Blue) = 235+251+214=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 214 (83.98% from 255 or 30.57% from 700); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFBD6 is #140429. Grayscale: #F2F2F2. Windows color (decimal): -1311786 or 14089195. OLE color: 14089195.

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

Color convert

RGB235251214-
CMYK0.0600.150.02
HSL85.95º82.22%91.18%-
HSV(B)85.95º14.74%98.43%-
XYZ80.991.5177.02-
YUV242112.2123.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.57%
GREEN value IS 251 (98.44% from 255) = 35.86%
BLUE value IS 214 (83.98% from 255) = 30.57%
R=33.57%
G=35.86%
B=30.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352512140.0600.150.0285.9582.2291.18
HexEBFBD660F256525b
Octal35337332660172126122133
Binary1110101111111011110101101100111110101011010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBD6; }

 p { color: rgb(235,251,214); }

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

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

 a { background-color: rgb(235,251,214); }

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

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

 span { border-color: rgb(235,251,214); }

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